UNPKG

react-native-qrcode-reader

Version:
17 lines (13 loc) 605 B
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.reactnativeqrcodereader"> <uses-permission android:name="android.permission.CAMERA" /> <uses-feature android:name="android.hardware.camera" /> <uses-feature android:name="android.hardware.camera.autofocus" /> <application> <activity android:name=".ContinuousCaptureActivity" android:label="@string/title_activity_continuous_capture" android:theme="@style/AppTheme" /> </application> </manifest>