You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`platform`| Platform to build (default is **ios**) |`--platform android`|
36
+
|`dev`| Dev or production build (default is **false**) |`--dev false`|
37
+
|`entry-file`| Entry-file (when omitted tries to auto-resolve it) |`--entry-file ./index.android.js`|
38
+
|`bundle-output`| Output bundle-file (default is **tmp**) |`--bundle-output ./myapp.bundle`|
39
+
40
+
41
+
42
+
29
43
## Usage with older react-native versions and the Haul bundler
30
44
31
45
As of `react-native-bundle-visualizer` version 2.x, the direct output of the [Metro bundler](https://github.com/facebook/metro) is visualized using the [source-map-explorer](https://github.com/danvk/source-map-explorer).
0 commit comments