Does expo-camera have native controls?

Currently on SKD 37 working primarily on iOS.

My ask is really pretty simple. I just want to be able to have a button that triggers the native camera (with the native controls exactly as you would use it from the lock screen) to slide up and then when they snap a picture to receive that photo back, whether it’s portrait or landscape, along with the width and height. That’s it.

I’ve experimented with expo-camera but it seems it’s more for building your own camera component. I just simply want the native experience with the black background, with the touch to focus, etc. Everything that’s already baked into the OS, with the exact same controls.

Is there anyway to do this with React Native and Expo?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.