简体   繁体   English

使用React Native在Android上访问Camera和CameraRoll?

[英]Access the Camera and CameraRoll on Android using React Native?

I would like to build an app in React Native were I can access the Camera and CameraRoll. 我想在React Native中构建一个可以访问Camera和CameraRoll的应用程序。

I have found that for iOS there is something implemented: https://facebook.github.io/react-native/docs/cameraroll.html but its not supported on android. 我发现,对于iOS,有一些实现的东西: https : //facebook.github.io/react-native/docs/cameraroll.html,但是它在android上不受支持。 Also access to the camera is supported on iOS thru a third party library: https://github.com/lwansbrough/react-native-camera but the same thing, android is not supported. 通过第三方库在iOS上也支持访问相机: https//github.com/lwansbrough/react-native-camera,但同一件事,不支持android。

With so many basic things lacking how can someone build an native app using react native? 缺少这么多基本的东西,有人如何使用react native来构建native应用?

据我所知, CameraRoll API现在确实支持Android。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 React Native-使用CameraRoll Api是否可以访问相机? - React Native - Is this possible to access the camera by using the CameraRoll Api? CameraRoll 不在本机反应中在 android 上显示图像 - CameraRoll don't show images on android in react-native Android Studio:错误:模块 ['@react-native-community_cameraroll', 'react-native-community_cameraroll'] 指向同一目录 - Android Studio: ERROR: The modules ['@react-native-community_cameraroll', 'react-native-community_cameraroll'] point to the same directory React Native CameraRoll 权限被拒绝 - React Native CameraRoll permission denied CameraRoll.deletePhotos([uri]) @react-native-community/cameraroll com.om 无权访问 content://media/external/images/media/88**** - CameraRoll.deletePhotos([uri]) @react-native-community/cameraroll com.om has no access to content://media/external/images/media/88**** 反应本机访问设备相机? (专门针对Android) - React-native Access Device Camera? (Android Specifically) 如何访问相机 - React Native - How to access the camera - React Native 本地电话摄像头 - react-native access phone camera 无法访问照片中的相机胶卷反应本机 - cant access camera roll in photos react native 用户在使用react-native-camera时拒绝在android上使用相机的权限时回调 - Callback when user denies permission to use camera on android while using react-native-camera
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM