react-native-camera-kit icon indicating copy to clipboard operation
react-native-camera-kit copied to clipboard

bug: Android v9 or lower doesn't work

Open renequez opened this issue 4 years ago • 3 comments

Describe the bug Capture doesn't work on devices with Android version lower than 10. It literally doesn't do anything, no picture, no error either. Logging the capture function (either onBottomButtonPressed on CameraScreen, or capture() on Camera component) returns the taken picture details on Android 10 and higher versions, whereas on lower versions nothing happens.

To Reproduce Basic camera screen tested on S7 which has Android 8, on S8 with Android 9, also on emulators of Pixel 5 with all versions.

Additional context "react-native": "0.66.4", "react-native-camera-kit": "^12.0.0"

renequez avatar Dec 23 '21 22:12 renequez

Is this library not maintained anymore?

renequez avatar Jan 13 '22 10:01 renequez

(Not a maintainer, just reporting back for others.)

The example app works fine for me on the following emulators:

  • Pixel XL, Android 8.1 or 9 (API 27/28, x86)

savv avatar Jan 20 '22 16:01 savv

I'm getting this problem on all emulators...

iOS works great

AdamSheaHewett avatar May 26 '22 21:05 AdamSheaHewett