This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from infinitered/nav_update
Nav update
- Loading branch information
Showing
20 changed files
with
104 additions
and
368 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import { StackNavigator } from 'react-navigation' | ||
import LaunchScreen from '../Containers/LaunchScreen' | ||
import LoginScreen from '../Containers/LoginScreen' | ||
|
||
import styles from './Styles/NavigationStyles' | ||
|
||
// Manifest of possible screens | ||
const PrimaryNav = StackNavigator({ | ||
LaunchScreen: { screen: LaunchScreen }, | ||
LoginScreen: { | ||
screen: LoginScreen, | ||
navigationOptions: { title: 'Login' } | ||
} | ||
}, { | ||
// Default config for all screens | ||
headerMode: 'none', | ||
initialRouteName: 'LaunchScreen', | ||
navigationOptions: { | ||
header: { | ||
style: styles.header | ||
} | ||
} | ||
}) | ||
|
||
export default PrimaryNav |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
boilerplate/App/Navigation/Styles/NavigationContainerStyles.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.