Here you will go to find discussions about limitations and features that will need improving.
If you want to enable the camera, you need to add the following instructions in your Info.plist
file:
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) need access to your camera to take picture.</string>
That's will be necessary to what iOS works correctly!
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT License. 🙂
Made with create-react-native-library. 😊