소스 검색

Add documentation for third party lib "redux-persist"

Finn Gundlach 7 년 전
부모
커밋
40652e9f80
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      docs/third-party-libraries-support.md

+ 3
- 0
docs/third-party-libraries-support.md 파일 보기

12
 
12
 
13
 ### MobX (w/ Provider) boilerplate
13
 ### MobX (w/ Provider) boilerplate
14
 Check out [this link](https://github.com/kanzitelli/react-native-navigation-mobx-boilerplate) to find a small boilerplate for RNN + MobX (w/ Provider).
14
 Check out [this link](https://github.com/kanzitelli/react-native-navigation-mobx-boilerplate) to find a small boilerplate for RNN + MobX (w/ Provider).
15
+
16
+### redux-persist
17
+Boilerplate for integrating redux-persist can be found [here](https://stackoverflow.com/questions/47732500/react-native-navigation-and-redux-persist).