react-native-image-resizer/ios/RCTImageResizer
Umberto Lentini b92d8de42a Fix error reporting, path handling and extension naming on iOS (#90)
* `saveFile` used to return always `YES`, now it returns whether or not the save has been saved.
* `generateFilePath` didn’t do any check about the path. Now it creates the in the app directory. If for some reason it fails, it throws an Exception.
* `saveFile` can handle png extension and path issues. A bug on a `nil` fileSize has been fixed.
2017-07-20 17:19:24 +02:00
..
ImageHelpers.h Handle images from RCT Image store 2016-03-17 19:21:03 +01:00
ImageHelpers.m Handle images from RCT Image store 2016-03-17 19:21:03 +01:00
RCTImageResizer.h Support react-native > 0.40 2017-01-15 22:58:02 +01:00
RCTImageResizer.m Fix error reporting, path handling and extension naming on iOS (#90) 2017-07-20 17:19:24 +02:00