Correcciones
This commit is contained in:
parent
8ed2a70eee
commit
da98c3ab26
|
@ -72,7 +72,7 @@ export default function App() {
|
||||||
<UserContextProvider>
|
<UserContextProvider>
|
||||||
<NavigationContainer>
|
<NavigationContainer>
|
||||||
<Stack.Navigator initialRouteName="LogIn">
|
<Stack.Navigator initialRouteName="LogIn">
|
||||||
<Stack.Screen name="Inicio" component={Invitados} options={{
|
<Stack.Screen name="Inicio" component={LogIn} options={{
|
||||||
headerStyle: {
|
headerStyle: {
|
||||||
backgroundColor: "#D7A86E"
|
backgroundColor: "#D7A86E"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue