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?