Which module are you using? react-native-camera or react-native-camera-kit ?
If you use react-native-camera , just place the View (or Image ) inside the Camera component, then add styles to vertically and horizontally align this view.
Like this:
const styles = { container: { flex: 1, }, camera: { flex: 1,
source share