Results 2 comments of FBM

Same thing happened to me on Android. ``` componentWillMount () { SplashScreen.show(); } componentDidMount () { SplashScreen.hide(); } ``` Any solution for this?

I managed to solve this issue by removing `SplashScreen.show()`