You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Capture image is working fine on all android studio immulators as well as mobile phones using apk or in local, but when testing using Bluestack immulator:
when opening the camera, it gives a black screen
when clicking on capture image To Reproduce
Steps to reproduce the behavior:
import {CameraScreen} from 'react-native-camera-kit';
opening the camera, seeing what would the camera show and eventually capture images
Screenshots
Desktop:
OS: Windows
Version 11
Immulator:
Device: BlueStack X
Version 19.0.0.0
Additional context
It's important to note that I have made changes to the actual npm package react-native-camera-kit, but none of the changes would affect the camera as it did. especially because it works on all evironments except for Blue Stacks'
here's the full repo : https://github.com/anasbn3issa/react-native-camera-kit
I simply added namespace in android/build.gradle and bumped its sdk version.
also :
The text was updated successfully, but these errors were encountered:
anasbn3issa
changed the title
Camera capture image not working on Bluestack
Camera capture image not working on Bluestack : black screen + weird sound on capture picture click
Mar 23, 2024
Describe the bug
Capture image is working fine on all android studio immulators as well as mobile phones using apk or in local, but when testing using Bluestack immulator:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Desktop:
Immulator:
Additional context
It's important to note that I have made changes to the actual npm package react-native-camera-kit, but none of the changes would affect the camera as it did. especially because it works on all evironments except for Blue Stacks'
here's the full repo : https://github.com/anasbn3issa/react-native-camera-kit
I simply added namespace in android/build.gradle and bumped its sdk version.
also :
The text was updated successfully, but these errors were encountered: