react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Change video dimensions depending on orientation
Hello, this PR is related to wrong video dimensions on iOS (#1504). As this is open a long time, I am not sure if there is intention to "fix" this.
This is adjusting width and height directly. Another option would be to expose orientation value in response object so devs can adjust it on JS side.