Correcciones

This commit is contained in:
Traym17 2022-08-24 22:36:55 -06:00
parent 8ed2a70eee
commit da98c3ab26
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export default function App() {
<UserContextProvider>
<NavigationContainer>
<Stack.Navigator initialRouteName="LogIn">
<Stack.Screen name="Inicio" component={Invitados} options={{
<Stack.Screen name="Inicio" component={LogIn} options={{
headerStyle: {
backgroundColor: "#D7A86E"
}