react-native-vision-camera/package/ios/Types
Marc Rousavy 3169444697
feat: Implement resizeMode prop for iOS (#1838)
* feat: Implement `resizeMode` prop for iOS

- `"cover"`: Keep aspect ratio, but fill entire parent view (centered).
- `"contain"`: Keep aspect ratio, but make sure the entire content is visible even if it introduces additional blank areas (centered).

* chore: Update prop docs

* Update CameraProps.ts

* Lint & Format
2023-09-23 10:14:27 +02:00
..
ResizeMode.swift feat: Implement resizeMode prop for iOS (#1838) 2023-09-23 10:14:27 +02:00