Skip to content

Test to ensure weather ExNavigator allows to push from the custom views that are not part of either initialRoute or renderScene.

Notifications You must be signed in to change notification settings

rnagella/ExNavigatorWithSideMenu

Repository files navigation

ExNavigatorWithSideMenu

this.props.navigator.push method available to Views that are pushed to ExNavigator or to the views that set via initialRoute.

Can we able to access this.props.navigator.push property, if the view is not either of the above two options. for ex: I have this SideMenu with a Text and onPress of this Text I would like to push the View to ExNavigator. But, this.props.navigator.push method is not available in this context because this scence is not rendered using ExNavigator.

Is there a way to access this.props.navigator.push from non ExNavigator Views?

Note: Please, swipe Home screen to see the side menu.

Ref: SideMenu: https://github.com/react-native-fellowship/react-native-side-menu.git ExNavigator: https://github.com/exponentjs/ex-navigator.git

About

Test to ensure weather ExNavigator allows to push from the custom views that are not part of either initialRoute or renderScene.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published