mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2025-01-11 23:24:30 +00:00
b92d8de42a
* `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.