NativeScript

NativeScript is a JavaScript-native mobile framework developed by Progress. NativeScript allows developers to build truly native cross-platform iOS/Android mobile apps using existing web skills (JavaScript, CSS, XML) and established frameworks (Angular and Vue).
Here are 730 public repositories matching this topic...
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Feb 11, 2020 - Objective-C
-
Updated
Jul 23, 2018 - TypeScript
-
Updated
Jul 10, 2021 - TypeScript
为声明式布局生成一套新的提示文件
Hello,
I am trying to implement image caching on angular however there is no example how to do this.
In general example view model is updated however in angular there is no view model and with OnPush I need to go with observables. However the app crashes. Plus then not sure when to use enableDownload and disabled onload functions.
I asked question on stackoverflow.com but got no answer.
Ques
-
Updated
Jul 15, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
When tns doctor command is executed and some components needs an update, it prints following information
‼ Update available for component nativescript. Your current version is 4.2.3 and the latest available version is 5.0.0.
√ Component tns-core-modules has 5.0.1 version and is up to date.
‼ Update available for componen
Make sure to check the existing issues in this repository
Please, tell us what's the problem?
[ ] Improvement of existing article
Please, tell us more details
iOS 13 deprecates background fetch handler and introduces BGTaskScheduler, the background execution documents should be updated to
-
Updated
May 7, 2021 - C++
-
Updated
Jul 13, 2021 - TypeScript
-
Updated
Jun 5, 2021 - JavaScript
This will allow JavaScript code to check if the app is built for Debug
or Release
. A possible implementation is to set the value of JavaScript variable in code surrounded by:
#if DEBUG
...
#endif
Releated to: NativeScript/NativeScript#1293
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Apr 20, 2021 - TypeScript
-
Updated
Aug 29, 2018 - TypeScript
-
Updated
Sep 13, 2019 - Go
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
Jul 16, 2021 - TypeScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Jun 18, 2020 - TypeScript
Implement --nsExtension
and --webExtension
options for ng new --shared
:
ng new --shared --name=my-project --nsExtension=mobile --webExtension=web
-
Updated
Oct 5, 2017 - JavaScript
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
Jul 14, 2021 - TypeScript
-
Updated
Jul 9, 2021 - TypeScript
Created by Progress
Released March 2015
- Organization
- nativescript
- Website
- www.nativescript.org
- Wikipedia
- Wikipedia
First
When run command
pip install six
return error because pip is not installed. In result resolved commandsbrew install python; pip3 install six
Second
Before
brew cask install <SOMETHING>
return errorError: Unknown command: cask. Resolved by use commands without cask:
brew install `Both cases is not obvious for users which not used homebrew before (MacOS Big