ern start
--baseComposite <compositePath>
--compositeDir <compositeDir>
--descriptor/-d <descriptor>
--miniapps/-m <miniapps>
--jsApiImpls
--watchNodeModules/-w <nodemodules>
--extraJsDependencies/-e <jsdependencies>
--host
--port
--resetCache
\Android
--activityName/-a <activity name>
--launchFlags <string>
am start
command when launching the application (correspond to the Launch Flags
in Run/Debug Configurations of application in Android Studio, as can be seen on screenshot below)=
on the command line to provide this option, and keep the string in quotes. For example --launchFlags="--es aKey aStringValue --ei anotherKey 1"
--packageName/-p <packagename>
iOS
--bundleId/-b
--launchArgs
Arguments Passed On Launch
in application scheme run config in Xcode as can be seen on screenshot below).=
on the command line to provide this option, and keep the string in quotes. For example --launchArgs="-ArgA -ArgB"
--launchEnvVars
Environment Variables
in application scheme run config in Xcode as can be seen on screenshot below).=
on the command line to provide this option, and keep the string in quotes. The string should contain key=value
pairs delimited by spaces. For example --launchEnvVars="aKey=aValue anotherKey=anotherValue"
--disableBinaryStore
ern start
command in conjunction with your own mobile application native binary, build locally on your workstation or retrieved from a specific location.--flavor
1.0.0
) can have different flavors, representing different build types of the same application version (for example Dev
/Prod
/QA
...).ern link
command. For additional information, see the documentation for the ern link
command.--disableBinaryStore
option. Otherwise, file watcher will not be started.