Three commands to an app
native:init compiles your views and scaffolds the application; native:run builds and launches it on a device or emulator.
npm run native:init # compile views and scaffold
npm run native:android # build and launch on Android
npm run native:ios # the same on macOS
Android needs Android Studio with an SDK platform. iOS binaries can only be compiled and signed on macOS with Xcode.