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

时间:2015-12-22 12:30:42

标签: android ios camera reactjs react-native

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

我发现对于iOS有一些实现:https://facebook.github.io/react-native/docs/cameraroll.html但它在Android上不受支持。 iOS和第三方库也支持访问摄像头:https://github.com/lwansbrough/react-native-camera但同样的事情,不支持android。

如此多的基本内容缺乏如何使用react native构建本机应用程序?

2 个答案:

答案 0 :(得分:4)

到目前为止,我使用的https://github.com/marcshilling/react-native-image-picker效果非常好

答案 1 :(得分:0)

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