NathanWalker / nativescript-ng2-magic

Magically turn your Angular2 web app into a NativeScript app.
MIT License
64 stars 14 forks source link

When will support NativeScript 3.0 ??? :) #28

Open wisonye opened 7 years ago

wisonye commented 7 years ago

Even I go inside the nativescript folder run the upgrade commands below (NS offical upgrade):

cd nativescript
tns update
tns platform remove ios
tns platform add ios
npm install tns-core-modules@latest --save

But when run, still error:

runtime_error

Even fixed the NativeScriptModule issue, still no luck :(

import { NativeScriptModule } from 'nativescript-angular/nativescript.module';