IjzerenHein / react-native-bundle-visualizer

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

Support Create-React-Native-App #4

Closed giautm closed 5 years ago

giautm commented 6 years ago

This module using hard-code entry-point: ./index.js. CRNA using:

./node_modules/react-native-scripts/build/bin/crna-entry.js

To fix this issues, I will open a PR allow to read main field from package.json instead of hard-code.

IjzerenHein commented 6 years ago

Awesome, thanks for the PR. Will test and pull soon

StanislavMayorov commented 6 years ago

Is it fixed?

giautm commented 6 years ago

Look like is not published yet. @IjzerenHein Did you publish the new version?

IjzerenHein commented 6 years ago

Hey guys, I've just updated to the latest Haul version and test with CRNA. I've fixed the issues and published a new version v1.3.0 to NPM 👍