Skip to content

Commit 4388f60

Browse files
committed
Updated run instructions
1 parent 50b9688 commit 4388f60

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ Sometimes, importing a single javascript library can drastically increase your b
1515
Install as a dev dependency:
1616

1717
yarn add --dev react-native-bundle-visualizer
18-
or
19-
npm i --save-dev react-native-bundle-visualizer
2018

2119
And run it:
2220

23-
$ react-native-bundle-visualizer
21+
yarn run react-native-bundle-visualizer
22+
23+
*or when using npm:*
24+
25+
npm install --save-dev react-native-bundle-visualizer
26+
./node_modules/.bin/react-native-bundle-visualizer
2427

2528
### Gitignore output files
2629

0 commit comments

Comments
 (0)