pentarex / react-native-gallery-manager

30 stars 41 forks source link

Crash: The RCTImageURLLoaders both reported that they can load the URL #18

Closed kesha-antonov closed 6 years ago

kesha-antonov commented 6 years ago
The RCTImageURLLoaders <RNImageLoader: 0x604000010e30> and <RCTPhotoLibraryImageLoader: 0x604000010d00> both reported that they can load the URL assets-library://asset/asset.jpeg?id=ED7AC36B-A150-4C38-BB8C-B6D696F4F2ED&ext=jpeg, and have equal priority (0). This could result in non-deterministic behavior.

I need to use CameraRoll also - to save asset on device.

kesha-antonov commented 6 years ago

Maybe we need smth like this: https://github.com/facebook/react-native/commit/ffb690f072aa7dccb2d21f7b6902f6818abb534d

pentarex commented 6 years ago

you are done. version 1.0.9 is up

kesha-antonov commented 6 years ago

Nice! Thanks

BTW I've tried same fix locally and it didn't work. hmm...