bamlab / react-native-image-resizer

🗻 Resize local images with React Native
MIT License
1.59k stars 338 forks source link

Delete useless folly version in podspec #382

Closed taboulot closed 12 months ago

taboulot commented 12 months ago

Problem

The initial problem was reported in #375. We were specifying the folly version instead of using the one specified by the react native version on the host app.

Solution

This has been fixed during the upgrade of the example app in this PR: #370. This PR is just here the variable folly_version that is not needed anymore.