yarn add --dev react-native-bundle-visualizer And run it: yarn run react-native-bundle-visualizer or when using npm: npm install --save-dev react-native-bundle-visualizer ./node_modules/.bin/react-native-bundle-visualizer Command line arguments ...
npx react-native-bundle-visualizerOr install as a dev-dependencyyarn add --dev react-native-bundle-visualizerAnd run it:yarn run react-native-bundle-visualizer or when using npm:npm install --save-dev react-native-bundle-visualizer ./node_modules/.bin/react-native-bundle-visualizer ...
react-native-bundle-visualizer2.gif yarn.lockBreadcrumbs react-native-bundle-visualizer / .vscode/ Directory actions More options Latest commit Cannot retrieve latest commit at this time. HistoryHistory Folders and files Name Last commit message Last commit date parent directory .. settings.json Prettie...
| [1.x](https://github.com/IjzerenHein/react-native-bundle-visualizer/tree/v1) | Uses the [Haul bundler](https://github.com/callstack/haul) instead instead of the Metro output. | ## License 6 changes: 2 additions & 4 deletions 6 package.json Original file line numberDiff...
{ "name": "react-native-bundle-visualizer", "version": "2.0.2", "version": "2.0.3", "description": "See what's inside your react-native bundle", "author": "IjzerenHein <hrutjes@gmail.com>", "keywords": [ 0 comments on commit b397d3a Please sign in to comment. Footer...
2 changes: 1 addition & 1 deletion 2 package.json Original file line numberDiff line numberDiff line change @@ -1,6 +1,6 @@ { "name": "react-native-bundle-visualizer", "version": "3.1.2", "version": "3.1.3", "description": "See what's inside your react-native bundle...
yarn add --dev react-native-bundle-visualizer And run it: yarn run react-native-bundle-visualizer or when using npm: npm install --save-dev react-native-bundle-visualizer ./node_modules/.bin/react-native-bundle-visualizer Command line arguments All command-line arguments are optional. By de...