Below is the version of the react-native-vision-camera i am using
^4.5.2
{isFocused && hasPermission && (
<Camera
style={StyleSheet.absoluteFill}
device={frontDevice || backDevice || externalDevice}
isActive={true}
/>
)}
above is the code that initiates the camera
1