Add stack for home screen
This commit is contained in:
@@ -15,7 +15,7 @@ import { YellowBox } from 'react-native'
|
|||||||
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated'])
|
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated'])
|
||||||
|
|
||||||
const routes = {
|
const routes = {
|
||||||
Home: { screen: Home },
|
Home: createStackNavigator({Home, CycleDay}, {headerMode: 'none'}),
|
||||||
Calendar: createStackNavigator({Calendar, CycleDay}, {headerMode: 'none'}),
|
Calendar: createStackNavigator({Calendar, CycleDay}, {headerMode: 'none'}),
|
||||||
Chart: createStackNavigator({Chart, CycleDay}, {headerMode: 'none'}),
|
Chart: createStackNavigator({Chart, CycleDay}, {headerMode: 'none'}),
|
||||||
Settings: { screen: Settings },
|
Settings: { screen: Settings },
|
||||||
|
|||||||
Reference in New Issue
Block a user