ern run-ios
or ern run-android
commands for your MiniApp. Relative to your MiniApp root directory, the runner application is generated in new Android and iOS directories.ern run-ios
or ern run-android
commands. The only way to trigger a complete regeneration of the Electrode Native runner is to remove the Android or iOS directories.ern run-ios
or ern run-android
commands, a new local container is generated to include your MiniApp along with all of its native dependencies. The Electrode Native runner mobile application depends on the local container in order to launch the MiniApp.ern run-ios
or ern run-android
commands, a local React Native Packager is launched and your MiniApp bundle is served from this packager. This is the normal development workflow. However, you can also serve your MiniApp directly from the container stored within the binary of the application using additional command options.ern run-ios
and ern run-android