Fix typo in image.ts (#1638)

zio/stable
Muneyuki Noguchi 2023-10-10 04:29:16 +09:00 committed by GitHub
parent d85bbc1a28
commit b12cfbe90b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ export class ImageModel implements Omit<RNImage, 'size'> {
async crop() {
try {
// NOTE
// on ios, react-native-image-cropper gives really bad quality
// on ios, react-native-image-crop-picker gives really bad quality
// without specifying width and height. on android, however, the
// crop stretches incorrectly if you do specify it. these are
// both separate bugs in the library. we deal with that by