'Required Permissions Missing' error when I call openCamera function
Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.35.3
- react-native v0.63.4
Platform
Tell us to which platform this issue is related
- Android
Expected behaviour
The ImagePicker.openCamera function is called on a button press which should take me to the camera view and let me take a picture on my emulator.
Actual behaviour
When I call the ImagePicker.openCamera function, I get the 'Required Permissions Missing' as a warning on my React Native and nothing actually happens.
Steps to reproduce
Attachments

// stacktrace or any other useful debug info
Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate
Add <uses-permission android:name="android.permission.CAMERA" /> in AndroidManifest.xml file.
Same error here, and the line was added in the AndroidManifest.xml file.
<uses-permission android:name="android.permission.CAMERA" />
Solve update to 0.40.2