Skip to content
#

react-native-navigation

Here are 201 public repositories matching this topic...

davidLeonardi
davidLeonardi commented Feb 26, 2016

Dear community of users,

We would like to ask for your help and contribute to better documentation for this module.

More examples, better description of features, and making sure that everything is described with an example is what we are aiming for.

If you feel like contributing, please create a PR.
Thank you!

sulami
sulami commented May 30, 2018

When upgrading react-navigation to 2.0, I'm getting a lot of "The StackNavigator
function name is deprecated, please use createStackNavigator instead", which is
fixed easily enough by something like this.

(src/clsjs_react_navigation/base.cljs)

 ;; Navigators
 (defonce createNavigator (gobj/get ReactNavigation #js ["createNavigator"]))
-(defonce StackNavigator (gobj/get ReactNaviga

Improve this page

Add a description, image, and links to the react-native-navigation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-native-navigation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.