react-native-image-resizer
react-native-image-resizer copied to clipboard
fix typing to make outputPath actually accept null
the docs say
If null, resized image will be stored in cache folder.
the native code seems to allow for null values, but js side types don't match