How to prevent the adjustment of the frame when cropping an image in react native?
How to prevent the adjustment of the frame when cropping an image with react-native-image-crop-picker
. Specifically on iOS, I would like the framing to be fixed to width: 700 height: 1000
on iOS and not allow adjusting.
Expo linking returns false for file path
I’m working an expo project and I’m using expo-linking library to trigger an opening of a PDF file when the download is completed. I just discovered that the expo linking canOpenURL method returns a false value for the “file” path on an iOS device.