Skip to content

Instantly share code, notes, and snippets.

@janhesters
Last active September 20, 2018 09:34
Show Gist options
  • Save janhesters/1528f64343d80a1578ea6b2380a4d91d to your computer and use it in GitHub Desktop.
Save janhesters/1528f64343d80a1578ea6b2380a4d91d to your computer and use it in GitHub Desktop.
// ... screen imports
import { createStackNavigator } from 'react-navigation'; // Remember to import the other navigators later
const HomeStack = createStackNavigator({ DetailScreen, HomeScreen, OptionsScreen });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment