Skip to content

Commit

Permalink
Fix typo in image.ts (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnogu authored Oct 9, 2023
1 parent d85bbc1 commit b12cfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/models/media/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b12cfbe

Please sign in to comment.