NativeScript 6.30 has a couple cool new things; but better yet it fixes several issues that can will affect your users if you are using 6.2.x lets look at them... Some of the fixes include instability during android's switching of applications and resuming it. An issue with unloading views on Android. Out of memory situation… Continue reading NativeScript 6.3.0 Released
Tag: Release
NativeScript 5.0 Released
It has been a long road getting to this point; but I'm happy to see that the NativeScript team released The final piece of the 5.0. The CLI tool which was the final piece was finally released on Nov 2nd; the rest of the pieces have been released for a couple days. 5.0 adds a… Continue reading NativeScript 5.0 Released
Normally I don't do a post about a simple point release; however if you are one of the many who upgraded to 3.00; you will really want to grab 3.0.1.
There are lots of issues resolved from the major update 3.0.0; some of them include:
- Several crashing bugs on Android
- Image issues
- Action bar issues on iOS
- Layout issues on iOS
- bindingContext issues
- TextField issues
- Fixing --debug-brk on Android
Upgrading (Core):
First of all to upgrade is done is a couple steps:
> npm install -g nativescript@latest
> npm install tns-core-modules@latest --save
Next try the new update command or you can manually run the commands below
> tns update
For iOS
> tns platform remove ios
> tns platform add ios@latest
For Android
> tns platform remove android
> tns platform add android@latest
Then you can type tns info
and verify that everything says 3.0.1.