bamlab / react-native-image-resizer

🗻 Resize local images with React Native
MIT License
1.61k stars 347 forks source link

Fix default params value #336

Closed taboulot closed 2 years ago

taboulot commented 2 years ago

Previously, if createResizedImage was called with options param with only one key defined, the app was crashing. Indeed all options keys need to be defined on the native side.

Related issue : #334