Fix typo in image.ts (#1638)
parent
d85bbc1a28
commit
b12cfbe90b
|
@ -166,7 +166,7 @@ export class ImageModel implements Omit<RNImage, 'size'> {
|
||||||
async crop() {
|
async crop() {
|
||||||
try {
|
try {
|
||||||
// NOTE
|
// 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
|
// without specifying width and height. on android, however, the
|
||||||
// crop stretches incorrectly if you do specify it. these are
|
// crop stretches incorrectly if you do specify it. these are
|
||||||
// both separate bugs in the library. we deal with that by
|
// both separate bugs in the library. we deal with that by
|
||||||
|
|
Loading…
Reference in New Issue