How to analyze react-native bundle size? App was created using create-react-native-app.
Asked
Active
Viewed 811 times
1 Answers
5
You can add this library react-native-bundle-visualizer to your project:
yarn add --dev react-native-bundle-visualizer
Then
yarn run react-native-bundle-visualizer
should show a visualization of the react-native bundle.

zarcode
- 2,465
- 17
- 31