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
+
|`verbose`| Dumps additional output to the console (default is **false**) |`--verbose`|
48
+
|`reset-cache`| Removes cached react-native files (default is **false**) |`--reset-cache`|
44
49
45
50
## Usage with older react-native versions and the Haul bundler
0 commit comments