浏览代码

Link to root of movieapp repo (#3112)

Joshua Kappers 6 年前
父节点
当前提交
63c34738d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/usage.md

+ 1
- 1
docs/usage.md 查看文件

@@ -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