|
@@ -15,3 +15,7 @@ Check out [this link](https://github.com/kanzitelli/react-native-navigation-mobx
|
15
|
15
|
|
16
|
16
|
### redux-persist
|
17
|
17
|
Boilerplate for integrating redux-persist can be found [here](https://stackoverflow.com/questions/47732500/react-native-navigation-and-redux-persist).
|
|
18
|
+
|
|
19
|
+### Splash Screen Tutorial
|
|
20
|
+A detail tutorial about how to correctly implement Splash Screen with RNN: [Article Link](https://medium.com/@pqkluan/how-to-implement-splash-screen-in-react-native-navigation-ee2184a1a96).
|
|
21
|
+Note: The article use third-party tool name RN-Toolbox (optional) to generate Splash Screen assets.
|