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

Access the Camera and CameraRoll on Android using React Native?

如果我可以访问 Camera 和 CameraRoll,我想在 React Native 中构建一个应用程序。

我发现 iOS 有一些实现:https://facebook.github.io/react-native/docs/cameraroll.html but its not supported on android. Also access to the camera is supported on iOS thru a third party library: https://github.com/lwansbrough/react-native-camera 但同样的,android 不受支持。

缺少这么多基本的东西,怎么能用 React Native 构建原生应用程序呢?

我正在使用 https://github.com/marcshilling/react-native-image-picker 目前效果还不错

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