Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Android v9 or lower doesn't work #438

Open
renequez opened this issue Dec 23, 2021 · 3 comments
Open

bug: Android v9 or lower doesn't work #438

renequez opened this issue Dec 23, 2021 · 3 comments

Comments

@renequez
Copy link

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
Copy link
Author

Is this library not maintained anymore?

@savv
Copy link
Contributor

savv commented Jan 20, 2022

(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)

@AdamSheaHewett
Copy link

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

iOS works great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants