React-native-navigation: I have new simple redux example application

Created on 18 Jul 2018  ·  5Comments  ·  Source: wix/react-native-navigation

Hey, guys, 🙂
I remember that when I was starting out with your navigation about a year ago it took me some time to find a simple example that would show me how to use up-to-date integration with redux.

I updated my example repository couple of days ago and a friend of mine told me that I could share it in your official repository.

What I have is basically a minimal example that is supposed to show people

  • how basic project setup looks like
  • how to do simple screen transitions
  • how to call simple redux action creators

The application is very simple but I also decided to write unit tests.

Maybe I can create a pull request and replace the old-example-redux repository?

https://github.com/developer239/react-native-redux-wix-navigation

preview

Most helpful comment

Hey @developer239, Thanks a lot for sharing your setup 🙇
Feel free to PR it to the documentation, or even better migrate it to v2 as v2 will be merged pretty soon to master 👍

All 5 comments

mobx-state-tree man!

@birkir I was thought about getting rid of redux and replace it with GraphQL. However, somehow I feel like the current setup is easier for beginners. 😄

It would be great if you used V2 instead. :)

Hey @developer239, Thanks a lot for sharing your setup 🙇
Feel free to PR it to the documentation, or even better migrate it to v2 as v2 will be merged pretty soon to master 👍

I will migrate it to version 2 this weekend. I wasn't sure how long it will take you to finish it. That sounds pretty exciting. 🙂

Was this page helpful?
0 / 5 - 0 ratings