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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,11 @@ All command-line arguments are optional. By default a production build will be c
48
48
|`only-mapped`| Exclude "unmapped" bytes from the output (default is **false**). This will result in total counts less than the file size. |`--only-mapped`|
49
49
|`verbose`| Dumps additional output to the console (default is **false**) |`--verbose`|
50
50
|`reset-cache`| Removes cached react-native files (default is **false**) |`--reset-cache`|
51
+
|`--expo`| Set this to true/ false based on whether using expo or not. For eg, set `--expo true` when using expo. Not required to pass this for react-native cli. (default is **false**) |`--expo false`|
>The `--expo` command is no longer needed for Expo SDK 41 or higher; and has been removed. Use [react-native-bundle-visualizer@2](https://github.com/IjzerenHein/react-native-bundle-visualizer/tree/v2) when targetting Expo SDK 40 or lower.
55
+
>Use [react-native-bundle-visualizer@2](https://github.com/IjzerenHein/react-native-bundle-visualizer/tree/v2) when targetting Expo SDK 40 or lower.
0 commit comments