vovkasm / react-native-web-image

An image component for react-native with persistent disk and memory caching.
MIT License
146 stars 25 forks source link

Error while updating property 'source' of a view managed by: webimageview #21

Open arjdev69 opened 5 years ago

arjdev69 commented 5 years ago

WhatsApp Image 2019-04-20 at 03 18 12

vovkasm commented 5 years ago

Can you create example of crash in samples/SampleApp?

Note: to run sample on android, do the following:

  1. cd
  2. npm install (or npm ci)
  3. npm start
  4. npm run run-sample-android (or import and run project from Android Studio)
vbanurag commented 5 years ago

same issue with me as well.

But I'm using glide version 4.9 at native side and in react native using this lib. So when I'm compiled the code it gives me same issue even the version is also same.

vovkasm commented 5 years ago

If this issue exists, it should not depend on glide version. But it will be very useful if someone interested in resolution will create test or at least reproducible example in samples/SampleApp project.

afeichuanqi commented 5 years ago

Has this problem been solved?

vovkasm commented 5 years ago

@afeichuanqi No, and I still hope that one interested in the issue will contribute at least test case. Personally I'm successfully use this module in production, but my use case don't change source on the fly, so this issue not in priority.