支持安卓和ios版本
进到项目的跟路径
执行 npm install git+https://github.com/lwansbrough/react-native-camera.git --save
再去执行react-native link react-native-camera
在输入
npm install react-native-deprecated-custom-components --save
iOS打开项目在info的plist文件加入相机和相册的权限
Privacy - Photo Library Usage Description
Privacy - Camera Usage Description
安卓的配置文件里,加两个属性
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
引用QRCodeScreen类
需要的和我要,效果是