UNPKG

react-native-scan-barcode

Version:

A barcode scanner component for react native android. The library uses https://github.com/zxing/zxing to decode the barcodes. For iOS you can use https://github.com/lwansbrough/react-native-camera.

5 lines (4 loc) 253 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="0.1.0" package="com.facebook.soloader"> <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="21"/> <application/> </manifest>