Преглед на файлове

Add documentation for third party lib "redux-persist"

Finn Gundlach преди 6 години
родител
ревизия
40652e9f80
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3
    0
      docs/third-party-libraries-support.md

+ 3
- 0
docs/third-party-libraries-support.md Целия файл

@@ -12,3 +12,6 @@ If you prefer Mobx over Redux, show your interest in this [thread](https://githu
12 12
 
13 13
 ### MobX (w/ Provider) boilerplate
14 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).