mehcode / rn-splash-screen

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.
MIT License
350 stars 95 forks source link

[Android]not work in react native android 0.37 #27

Closed ronniegong closed 7 years ago

ronniegong commented 7 years ago

1.react-native init rn37 2.npm install --save rn-splash-screen 3.react-native link rn-splash-screen 4.Configure as the android doc

app stop at the splash image and that's all the example project work well, and i can't tell any difference there

mehcode commented 7 years ago

You need to hide the splash screen from JavaScript. If you're still having some the problem, re-open and we can discuss it more in detail.