IjzerenHein / react-native-bundle-visualizer

See what packages are increasing your react-native bundle size 📦
MIT License
1.43k stars 42 forks source link

fix: use patch version of RN64 to fix android build #103

Closed hurali97 closed 1 year ago

hurali97 commented 1 year ago

Description:

As react-native did some changes to their artifacts distribution strategy, the test/RN64 doesn't build anymore. So following the solution as proposed here, suggests to bump the RN version to the nearest patch version, which fixes the test/RN64.