|
|
@ -15,11 +15,9 @@ export default function App() { |
|
|
|
initDatabase(global.userDataBase); |
|
|
|
const Stack = createStackNavigator(); |
|
|
|
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> |
|
|
|
); |
|
|
|
} |