react-native-qrcode-reader
Version:
QRCode scan for react native, available on Android and IOS
17 lines (13 loc) • 605 B
text/xml
<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>