Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created April 18, 2020 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/ad7680b7f5d0feaa1590378381012fe8 to your computer and use it in GitHub Desktop.
Save marshallmurphy/ad7680b7f5d0feaa1590378381012fe8 to your computer and use it in GitHub Desktop.
// App.js
import BottomTabNavigator from './navigation/BottomTabNavigator';
import MaterialTopTabNavigator from './navigation/MaterialTopTabNavigator';
...
<NavigationContainer ref={containerRef} initialState={initialNavigationState}>
<Stack.Navigator headerMode="none">
<Stack.Screen name="Root" component={MaterialTopTabNavigator} />
</Stack.Navigator>
</NavigationContainer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment