react-native-loader icon indicating copy to clipboard operation
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.

Open udhay1415 opened this issue 6 years ago • 5 comments

udhay1415 avatar Jul 15 '18 06:07 udhay1415

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 .

kunal886496 avatar Oct 23 '18 21:10 kunal886496

Same issue appearing. Any solution ? a

pramodkumar005 avatar Nov 15 '18 12:11 pramodkumar005

Yes, same issue here... Any idea how to deal ?

uendar avatar Dec 19 '18 09:12 uendar

Same error here, @udhay1415 did you solve it ?

joseygordev avatar Jan 09 '19 18:01 joseygordev

Change the module. Thats the solution i did. https://github.com/maxs15/react-native-spinkit

uendar avatar Jan 09 '19 21:01 uendar