Ver código fonte

Link to root of movieapp repo (#3112)

Joshua Kappers 6 anos atrás
pai
commit
63c34738d1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      docs/usage.md

+ 1
- 1
docs/usage.md Ver arquivo

@@ -3,7 +3,7 @@
3 3
 If you don't like reading, just jump into the fully working example projects:
4 4
 
5 5
 * [example](https://github.com/wix/react-native-navigation/tree/master/example) - Example project showing the best practice use of this package. Shows many navigation features.
6
-* [redux-example](https://github.com/wix/react-native-navigation/tree/master/old-example-redux) - (**deprecated** in favor of [JuneDomingo/movieapp](https://github.com/JuneDomingo/movieapp/tree/feature/similar-movies)) Best practice use of this package in a [redux](https://github.com/reactjs/redux)-based project.
6
+* [redux-example](https://github.com/wix/react-native-navigation/tree/master/old-example-redux) - (**deprecated** in favor of [JuneDomingo/movieapp](https://github.com/JuneDomingo/movieapp)) Best practice use of this package in a [redux](https://github.com/reactjs/redux)-based project.
7 7
 
8 8
 > Note: example redux is deprecated. Since we did not have enough time and resources to maintain both example projects, we decided to stop maintaining the redux example. This does not mean redux can't be used with react-native-navigation (In fact, we use redux in the Wix app). For a working example project which uses redux with RNN you can refer to [JuneDomingo/movieapp](https://github.com/JuneDomingo/movieapp).
9 9