问题 I'm using Camera that comes from expo package and I'm having trouble with camera preview distortion. The preview makes images appear wider in landscape view and thinner in portrait view. Most of the solutions I have found are not using expo-camera. Relevant Code: camera.page.js: import React from 'react'; import { View, Text } from 'react-native'; import { Camera } from 'expo-camera'; import * as Permissions from 'expo-permissions' import { Platform } from 'react-native'; import styles from '