Browse Source

fixing flash message

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

6
src/App.js

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