react native camera 使用

  1. 安装
    npm install --save react-native-camera@git+https://git@github.com/react-native-community/react-native-camera.git
    2.自动link
    react-native link react-native-camera
    3.ios配置权限
    info.plist里配置camera访问权限及提示信息
    4.安卓自动配置后有问题
    检查android/app/build.gradle:
android {
  ...
  defaultConfig {
    ...
    missingDimensionStrategy 'react-native-camera', 'general' <-- insert this line
  }
}

5.参考文章
(https://segmentfault.com/a/1190000014955481)
(https://github.com/react-native-community/react-native-camera)

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容