Browse Source

Update third-party-libraries-support.md

Guy Carmeli 6 years ago
parent
commit
9914bfdb4f
No account linked to committer's email address
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      docs/third-party-libraries-support.md

+ 5
- 2
docs/third-party-libraries-support.md View File

@@ -1,10 +1,13 @@
1 1
 # Third Party Libraries Support
2 2
 
3
-### react-native-vector-icons
3
+## react-native-vector-icons
4 4
 
5 5
 If you would like to use [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) for your Toolbar icons, you can follow [this example](https://github.com/wix/react-native-navigation/issues/43#issuecomment-223907515) or [this](https://gist.github.com/dropfen/4a2209d7274788027f782e8655be198f) gist.
6 6
 
7
-### Mobx
7
+## Redux
8
+Redux can be easily integrated with RNN, follow this great [blog post](https://medium.com/react-native-training/explanation-of-react-native-navigation-wix-with-redux-deabcee8edfc) for instructions.
9
+
10
+## Mobx
8 11
 If you prefer Mobx over Redux, show your interest in this [thread](https://github.com/wix/react-native-navigation/issues/187). Also checkout @mastermoo's [POC](https://github.com/mastermoo/navigation-mobx-example) of using navigation with Mobx. 
9 12
 
10 13
 ### MobX (w/ Provider) boilerplate