shirakaba / react-nativescript

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

docs: run the template with the preview command #41

Closed etabakov closed 4 years ago

etabakov commented 4 years ago

tns preview is less demanding than tns run and will work even without the native dependencies installed and configured

shirakaba commented 4 years ago

I'm happy to merge this PR after trying it (this evening); I've never used tns preview myself, so I'm not familiar with it. If you've tried it on your end and it works fine, then I can merge it immediately.

Would HMR still work when using tns preview?

etabakov commented 4 years ago

Works even better than with tns run, but give it a try. Better have more eyes on this.

shirakaba commented 4 years ago

Just tried it; works like a charm!