i am using react-native-image-crop-picker library as camera but when i open camera getting chooser option to select any one camera app i want to directly open default camera without showing chooser options from react native
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
You can use this:
You can directly invoke the function provided by react-native-image-crop
it is called openCamera for camera opening
you can use it as the following