You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
facebook/react-native#17679
I guess it should return NO, The Image loader that this library is using is rewritten from RCTImageLoader (because I wanted to remove the dependencies). And somehow makes sense to be NO, because we don't want to block the app while loading the images. Anyhow its warning and its by default in the background.
I will fix it today and upload a new version, anyhow I have to add request authorisation to android :)
Activity
pentarex commentedon Mar 10, 2018
Hi @rangav !
When are you getting this warning?
rangav commentedon Mar 11, 2018
When you build the RN proj in xcode, you will see warnings in output
OR when remote js dubug enabled we will see in chrome console
pentarex commentedon Mar 11, 2018
facebook/react-native#17679
I guess it should return NO, The Image loader that this library is using is rewritten from RCTImageLoader (because I wanted to remove the dependencies). And somehow makes sense to be NO, because we don't want to block the app while loading the images. Anyhow its warning and its by default in the background.
I will fix it today and upload a new version, anyhow I have to add request authorisation to android :)
rangav commentedon Mar 11, 2018
Thanks @pentarex will change to NO and will do some testing.
pentarex commentedon Mar 11, 2018
ok please let me know :)
rangav commentedon Mar 13, 2018
returning NO is working.