Created
February 1, 2018 14:17
-
-
Save nicholasess/17a12043dab6ece4d8c56b4b42ff9a38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Settings = StackNavigator({ | |
Notification: {screen: NotificationScreen}, | |
SocialMedia: {screen: SocialMediaScreen} | |
}) | |
export default StackNavigator({ | |
Home: {screen: HomeScreen}, | |
Settings: {screen: Settings} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment