jeanpan / react-native-camera-roll-picker

📷 A React Native component providing images selection from camera roll
https://www.npmjs.com/package/react-native-camera-roll-picker
MIT License
422 stars 176 forks source link

Use react-native-community CameraRoll rather than the one from core react-native #93

Closed nshaposhnik closed 4 years ago

nshaposhnik commented 5 years ago

I've encountered an issue with react-native 0.59.9, when I use groupTypes='All', it's showing some duplicates in iOS. I've tried to use react-native-community/cameraroll (which is created as a part of lean core project), and now it's all working correctly. In any case it should be updated sooner or later to use this dependency, as the react-native core package will be no longer updated from some point (and it lags behind already).

marbetschar commented 5 years ago

Would love to see this pull request merged. It finally fixed all the quirks I was experiencing using the react-native cameraroll implementation.

Please update the dependency to react-native-community/cameraroll - it took me hours to figure out what exactly is wrong. And it seems there are others dealing with the same issue:

sibelius commented 4 years ago

fixed here https://github.com/jeanpan/react-native-camera-roll-picker/pull/102

tks