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

Null is not an object evaluating _nativeInterface.default.getPhotos #118

Open zendevil opened 3 years ago

zendevil commented 3 years ago

I'm using the react-native-camera-roll-picker as follows:

<CameraRollPicker callback={() => console.log("picked")/>

But I'm getting the following error:

Null is not an object evaluating _nativeInterface.default.getPhotos

How to fix this error?