Skip to content

Instantly share code, notes, and snippets.

@gys-dev
Created January 6, 2020 09:57
Show Gist options
  • Save gys-dev/45f1fa699e5b13bd9705b1e1d5852ef2 to your computer and use it in GitHub Desktop.
Save gys-dev/45f1fa699e5b13bd9705b1e1d5852ef2 to your computer and use it in GitHub Desktop.
const App = createAppContainer(
createSwitchNavigator({
Main: BottomTabNavigator
})
);
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment