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
423 stars 176 forks source link

Sealed this.state.selected array #88

Open builtbyproxy opened 6 years ago

builtbyproxy commented 6 years ago

For some reason when I try this module trys to splice out a selected image from the array it is sealed/frozen. This PR uses spread syntax to unseal the array for mutation.

I encounter this issue: React Native Error Message

Please see this PR for my proposed solution: #87