Skip to content

1.0.0

Compare
Choose a tag to compare
@4ian 4ian released this 17 Aug 20:01
· 108 commits to master since this release
  • Add flow typing definition. Thanks @ovr!
  • Fix incorrect peer dependency warning. Thanks @negativetwelve!
  • Fix compatibility with React Native 0.47. Thanks @sibelius!
  • Unify and enhance returned value between iOS and Android. Thanks @marco-ms!
  • Fix error reporting, path handling and extension naming on iOS. Thanks @ulentini!
  • Updated example according to latest changes in interface.

⚠️ Breaking changes ⚠️

⚠️ Heads up, breaking change! If you're upgrading react-native-image-resizer to version 1.0.0, please note that the response of createResizedImage changed. You must now read the image uri from property uri of the returned object. Here is an example. Easy, huh?