react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
feat(iOS): allow hiding aspect ratio button
Description
Add a aspectRatioPickerButtonHidden option for the crop functionality that allows hiding the aspect ratio button.
This prop is passed through to the underlying TOCropViewController aspectRatioPickerButtonHidden property on iOS.
This is a non-breaking change. Tje default behavior remains unchanged when the prop is not provided or is false.
Tested
Verified on iOS in a local project that the aspect ratio button is correctly hidden when the prop is set to true.
Related Issues
Closes #2046