react-native-loader
react-native-loader copied to clipboard
I am getting a black rectangle flashing at times in place of the loader. It happens only on the production version of the app.
Their is a way of calling it.
keep a function like this in your render method:
render (){ return( { this._callLoader() } ) }
and inside your function _callLoader(){
if(this.state.showBubblyLoader){ return this bubble component }
} Provided this function is called when showBubblyLoader is set true .
Same issue appearing. Any solution ?

Yes, same issue here... Any idea how to deal ?
Same error here, @udhay1415 did you solve it ?
Change the module. Thats the solution i did. https://github.com/maxs15/react-native-spinkit