Преглед изворни кода

Add splash screen tutorial to third-party-lib-support document page. (#2863)

* fix navigatorStyle don't work on Drawer

* Fix lightbox dismiss on Android

* Update LightBox.java

* Add splash screen tut in third party lib support list

* Revert the old drawer commit
Phạm Quan Khiết Luân пре 6 година
родитељ
комит
08039a6dcf
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4
    0
      docs/third-party-libraries-support.md

+ 4
- 0
docs/third-party-libraries-support.md Прегледај датотеку

@@ -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.