Closed shirakaba closed 5 years ago
This Playground should help: https://play.nativescript.org/?template=play-tsc&id=kApmDn
The Playground doesn't work on Android due to Android's node module resolution being non-compliant; may work better by tns preview
.
The NativeScript CLI team have instructed me on how to support starter templates. It's on my to-do list to complete (but I'm quite busy this month).
Now possible via:
tns create myApp --template tns-template-blank-react
cd myApp
tns run ios
I'll add it to the readme later.
Obviously the installation instructions are horrific. Would love to circumvent this with a NativeScript CLI starter template. Will have to get in contact with the team for that.