UNPKG
expo-zxing
Version:
latest (0.1.0)
0.1.0
ZXing module for Expo
github.com/7nohe/expo-zxing
7nohe/expo-zxing
expo-zxing
/
android
/
src
/
main
/
AndroidManifest.xml
5 lines
(4 loc)
•
203 B
text/xml
View Raw
1
2
3
4
5
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
uses-permission
android:name
=
"android.permission.CAMERA"
/>
<
uses-feature
android:name
=
"android.hardware.camera"
/>
</
manifest
>