如何使用 React Native iOS 访问 phone 的相机?
How do I access the phone's camera with React Native iOS?
我一直在玩 React Native,我对如何访问相机感到困惑。
在 iOS 下使用 React Native 在 phone 上访问相机的标准方法是什么?
目前,React Native 无法访问相机。如果您想提供帮助,React Native 有一个插件系统,可以让您实现相机支持(或任何默认未提供的 API)。
https://github.com/facebook/react-native#extensibility
http://facebook.github.io/react-native/docs/nativemodulesios.html#content
lwansbrough 在 github 上打包了一个用于 React Native 的相机桥。
https://github.com/lwansbrough/react-native-camera
但是,如文档中所述,
This module is currently in the very early stages of development
我一直在玩 React Native,我对如何访问相机感到困惑。
在 iOS 下使用 React Native 在 phone 上访问相机的标准方法是什么?
目前,React Native 无法访问相机。如果您想提供帮助,React Native 有一个插件系统,可以让您实现相机支持(或任何默认未提供的 API)。
https://github.com/facebook/react-native#extensibility http://facebook.github.io/react-native/docs/nativemodulesios.html#content
lwansbrough 在 github 上打包了一个用于 React Native 的相机桥。
https://github.com/lwansbrough/react-native-camera
但是,如文档中所述,
This module is currently in the very early stages of development