shirakaba / react-nativescript

React renderer for NativeScript
https://react-nativescript.netlify.com
MIT License
280 stars 14 forks source link

Provide a starter template to ease adoption #28

Closed shirakaba closed 4 years ago

shirakaba commented 5 years ago

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.

shirakaba commented 5 years ago

This Playground should help: https://play.nativescript.org/?template=play-tsc&id=kApmDn

shirakaba commented 5 years ago

The Playground doesn't work on Android due to Android's node module resolution being non-compliant; may work better by tns preview.

shirakaba commented 5 years ago

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).

shirakaba commented 4 years ago

Now possible via:

tns create myApp --template tns-template-blank-react
cd myApp
tns run ios

I'll add it to the readme later.