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

mSplashDialog should init again in show function #13

Closed eastonqiu closed 8 years ago

eastonqiu commented 8 years ago

when press back key to exit app and enter it immediately, it will crash, beacause the dialog does not belong to the activity now, so it needs to init mSplashDialog again in show function

mehcode commented 8 years ago

Makes sense; thanks