react-native-camera-roll-picker
react-native-camera-roll-picker copied to clipboard
Sealed this.state.selected array
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:

Please see this PR for my proposed solution: #87