-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Version
Tell us which versions you are using:
- react-native-image-crop-picker 0.24.1
- react-native 0.59.9
Platform
- Android
Expected behaviour
when using useFrontCamera = true then when we use openCamera method then the front camera should be by default
Actual behaviour
But when we use that useFrontcamera=true in android the default camera is opening instead of front camera
Steps to reproduce
-
install the module and link
-
use openCamera method and give useFrontCamera property as true
-
then in android when we run we can see the default back camera is opening
Attachments
`ImagePicker.openCamera({
mediaType: "video",
useFrontCamera: true
})
.then(image => {
console.log("received image", image);
})
.catch(e => alert(e));`
Please anyone help me n solving this..
Thanks
Metadata
Metadata
Assignees
Labels
No labels