react-native-camera-kit/android/src/main/AndroidManifest.xml
2016-07-04 14:10:21 +03:00

6 lines
188 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.wix.RNCameraKit">
<uses-permission android:name="android.permission.CAMERA" />
</manifest>