bamlab / react-native-image-resizer

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

:bug: Set rotation & keepMeta default value #343

Closed taboulot closed 1 year ago

taboulot commented 1 year ago

In previous version rotation & keepMeta had default value. Not specifying these values result in a crash on native side because they are expected to be defined.

Related issue : #341

Code from 1.4.5 https://github.com/bamlab/react-native-image-resizer/blob/v1.4.5/index.js