mirror of
https://github.com/status-im/react-native-camera-roll.git
synced 2026-09-02 06:11:09 +00:00
* Fixed "Value must be ≥ 0" linter error
fixes:
> Task :react-native-community_cameraroll:compileDebugJavaWithJavac FAILED
/Users/felix.moses/Documents/motilionsitemobile/node_modules/@react-native-community/cameraroll/android/src/main/java/com/reactnativecommunity/cameraroll/CameraRollModule.java:455: error: ';' expected
int column = media.getColumnIndex(MediaStore.Images.ImageColumns.BUCKET_DISPLAY_NAME)
* oops