react-native-camera-roll-picker icon indicating copy to clipboard operation
react-native-camera-roll-picker copied to clipboard

Sealed this.state.selected array

Open builtbyproxy opened this issue 7 years ago • 0 comments

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

builtbyproxy avatar Oct 18 '18 04:10 builtbyproxy