bamlab / react-native-image-resizer

🗻 Resize local images with React Native
MIT License
1.6k stars 342 forks source link

Fix : Make option parameter optional #331

Closed taboulot closed 1 year ago

taboulot commented 1 year ago

As mentioned in #329 if we do not specify the option parameter it results in a crash.

This PR makes it optional like it was before.