是否可以在本机反应(expo)中使用内置设备应用程序相机?

Is it possible to use the built in device application camera in react native (expo)?

目前我们正在使用expo camera,我们必须使用我们自己的按钮来拍照。我已经看到 android 个使用我的内置相机应用程序的应用程序。是否有可能在 expo 的 react native 中实现这一点?

您必须使用博览会 https://docs.expo.io/versions/latest/sdk/imagepicker/。有了它,您可以使用图库来挑选图片或使用内置的相机应用程序。
看函数ImagePicker.launchCameraAsync