Updated Information: A RELATED ISSUE CAN also effect ALL normal android applications that are just a simple upgrade in that your newly upgraded app WON'T be upgraded properly on the device. The client running your app, will revert to the prior version and/or prior data. This doesn't normally crash the app, like the original issue… Continue reading NativeScript: Android application upgrade issues
Tag: NativeScript
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.
NativeScript: Downgrading to 2.5
If you are needing to use a plugin that hasn't been upgraded to support 3.0 you basically have three choices, and guess what I can help with each of them... Wait for it to be updated; you can check my site http://plugins.nativescript.rocks; then select the "3.0" plugins list, now you can easily see when a… Continue reading NativeScript: Downgrading to 2.5
Plugins.nativescript.rocks upgraded
Behind the scenes PNR (http://plugins.nativescript.rocks) has been upgraded to support several cool new features. At this moment the largest difference is the backend data storage system has been completely changed; and now has a lot of new data available to it. This system should allow us to do some more pretty cool things in the… Continue reading Plugins.nativescript.rocks upgraded
NativeScript 3.0 Released
Some of you might have seen the all New version 3.0.0 has been released today. This is a major release. Lots of things changed under the hood. Some of the new features Redesigned class system to increase the speed of your app. Better Debugging using Chrome Developer tools Lots of bugs fixed New CSS features… Continue reading NativeScript 3.0 Released
NativeScript 3.0 Sneak Peek and what it entails for Plugin developers.
For those who are not aware, v3.0 of NativeScript is the next major version that will be released. It has been being worked on for several months now as it has parts of it have been completely rewritten to enhance speed of the framework in a number of areas. Some parts of it have undergone… Continue reading NativeScript 3.0 Sneak Peek and what it entails for Plugin developers.
NativeScript: Plugins - Let Fix the Data!
Some of you might not be aware but I wrote the plugins.nativescript.rocks. I also helped write the plugins.nativescript.org site (if something doesn't work on plugins.nativescript.org; please blame my cohorts in crime, Nathan Walker and George Edwards. I had NOTHING to do with any bugs! 😛 ) Well, with the new upcoming changes in… Continue reading NativeScript: Plugins - Let Fix the Data!
NativeScript Android Snapshots
For those who haven't deployed any apps in v2.4 of NativeScript; one of the new features that is turned on by default is SnapShots. Now most the time this is a AWESOME thing, however occasionally this can cause issues. For example I have one app of mine that this crashes at startup when using SnapShots.… Continue reading NativeScript Android Snapshots
Allowing TypeScript to understand NativeScripts ~/ home path
I know a wide number of you use TypeScript; well one of the irritations I've had with TypeScript -- I just figured out how to solve. Finally did some research and tests to figure out how to make TypeScript support using ~/ as a normal path for building and determining editor intellisense since this is… Continue reading Allowing TypeScript to understand NativeScripts ~/ home path
NativeScript 2.4.0 - New Features
Some of you might have seen the all New version 2.4.0 has been released today. This has been a release that has taken a bit of time to get right, but it is finally out! Wooo Hoooo!!! Some of the new features NativeScript Workers Per-Side borders Flexbox layout Android Snapshots on Release build (faster app… Continue reading NativeScript 2.4.0 - New Features