Expo-Camera Bug Affecting Android only

Hey everyone, i'm having an issue with expo-camera with android only. Can anyone help with the distortion at the bottom and top of the photo. Everything works on IOS as expected.
<View className=" w-full flex-1 mt-4">
{Platform.OS === "android" ? (
<Camera
className="mt-2"
ref={cameraRef}
ratio={"16:9"}
type={CameraType.back}
style={{ flex: 1, borderRadius: 10 }}
autoFocus={true}
/>
<View className=" w-full flex-1 mt-4">
{Platform.OS === "android" ? (
<Camera
className="mt-2"
ref={cameraRef}
ratio={"16:9"}
type={CameraType.back}
style={{ flex: 1, borderRadius: 10 }}
autoFocus={true}
/>
0 Replies
No replies yetBe the first to reply to this messageJoin