react-native-navigation的迁移库

third-party-libraries-support.md 1.2KB

Third Party Libraries Support

react-native-vector-icons

If you would like to use react-native-vector-icons for your Toolbar icons, you can follow this example or this gist.

Redux

Redux can be easily integrated with RNN, follow this great blog post for instructions.

Mobx

If you prefer Mobx over Redux, show your interest in this thread. Also checkout @mastermoo’s POC of using navigation with Mobx.

MobX (w/ Provider) boilerplate

Check out this link to find a small boilerplate for RNN + MobX (w/ Provider).

redux-persist

Boilerplate for integrating redux-persist can be found here.