Jeremy Patrick Pacabis

Results 3 issues of Jeremy Patrick Pacabis

Hello, thank you for this easy to use library. Is the label property for Marker removed? I used it before but now it throws an error for creating a Marker:...

"dependencies": { "@react-native-community/cameraroll": "^1.3.0", ..., "react-native-camera-roll-picker": "2.0.0", ..., } Using react `16.9.0` Using react-native `Expo SDK 36` Referencing: * https://github.com/jeanpan/react-native-camera-roll-picker/issues/99 * https://github.com/jeanpan/react-native-camera-roll-picker/pull/102 Having a console log before ```javascript CameraRoll.getPhotos(fetchParams) .then(data...

I encountered this issue while trying out the string interpolation feature of ES6 the code is ```js ... if (unevaluated_lines) { let num_lines_message = (`${unevaluated_lines} answer ${unevaluated_lines == 1 ?...