DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.09k stars 1.47k forks source link

Aa/STR-1985 fix huge size issue when releasing #1026

Closed abu-samRah closed 4 months ago

abu-samRah commented 4 months ago

It has been noticed recently that picnic's version of react-native-fast-image package has a huge size when its released (around 50 mb). After investigation we have found that this is a yarn related issue that happens when having a negative expression in “files” entry of package.json.

This yarn issue is still open and not yet fixed, you read more about it here: https://github.com/yarnpkg/yarn/issues/8332

The fix is simply to remove the negative expressions in “files” entry of package.json, and we verified that this is a safe change.