Browse Source

fixing flash message

master
analuizaff 4 years ago
parent
commit
5061d83850
  1. 8
      src/App.js

8
src/App.js

@ -15,11 +15,9 @@ export default function App() {
initDatabase(global.userDataBase); initDatabase(global.userDataBase);
const Stack = createStackNavigator(); const Stack = createStackNavigator();
return ( return (
<NavigationContainer theme={navigationTheme}>
<FlashMessage position="top" />
<Stack.Navigator>
<Stack.Screen name="Home" component={SharingDataOptionsNavigator} options={{headerShown: false}}/>
</Stack.Navigator>
<NavigationContainer theme={navigationTheme}>
<SharingDataOptionsNavigator/>
<FlashMessage position="top"/>
</NavigationContainer> </NavigationContainer>
); );
} }
Loading…
Cancel
Save