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`|
43
-
|`expo`| Expo target, **managed** or **bare**. This ensures that the project is bundled with expo settings and that `.expo` file extensions are handled appropriately. |`--expo bare`|
44
-
|`dev`| Dev or production build (default is **false**) |`--dev false`|
45
-
|`entry-file`| Entry-file (when omitted tries to auto-resolve it) |`--entry-file ./index.android.js`|
46
-
|`bundle-output`| Output bundle-file (default is **tmp**) |`--bundle-output ./myapp.bundle`|
47
-
|`format`| Output format **html**, **json** or **tsv** (default is **html**) (see [source-map-explorer options](https://github.com/danvk/source-map-explorer#options)) |`--format json`|
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
-
|`verbose`| Dumps additional output to the console (default is **false**) |`--verbose`|
50
-
|`reset-cache`| Removes cached react-native files (default is **false**) |`--reset-cache`|
|`platform`| Platform to build (default is **ios**) |`--platform ios`|
48
+
|`expo`| (Deprecated in SDK 41+) Expo target, **managed** or **bare**. Ensures that the project is bundled with expo settings and that `.expo.*` extensions are used. |`--expo bare`|
49
+
|`dev`| Dev or production build (default is **false**) |`--dev false`|
50
+
|`entry-file`| Entry-file (when omitted tries to auto-resolve it) |`--entry-file ./index.ios.js`|
51
+
|`bundle-output`| Output bundle-file (default is **tmp**) |`--bundle-output ./myapp.bundle`|
52
+
|`format`| Output format **html**, **json** or **tsv** (default is **html**) (see [source-map-explorer options][smeo]) |`--format json`|
53
+
|`only-mapped`| Exclude "unmapped" bytes from the output (default is **false**). This will result in total counts less than the file size. |`--only-mapped`|
54
+
|`verbose`| Dumps additional output to the console (default is **false**) |`--verbose`|
55
+
|`reset-cache`| Removes cached react-native files (default is **false**) |`--reset-cache`|
0 commit comments