Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 887 Bytes

NATIVE_IMPLEMENTATION.md

File metadata and controls

40 lines (23 loc) · 887 Bytes

Native Implementation

Here you will go to find discussions about limitations and features that will need improving.


Introduction


Enabling Camera (iOS only)

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!


Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.


License

MIT License. 🙂


Made with create-react-native-library. 😊