You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
> **Tip:** All of the app templates listed here are also available in [NativeScript Sidekick](https://www.nativescript.org/nativescript-sidekick). In addition, Sidekick offers cloud-based builds for iOS and Android, plugin management, app store publishing, and single page templates.
23
-
24
22
In the command above `tns-template-name` should be the template you wish to use. See bellow for the name of each template.
25
23
26
24
> Different versions of NativeScript can have different code in the application templates. If you create an app using an older version of the framework you might get less features from the ones included in the current NativeScript release.
Copy file name to clipboardExpand all lines: docs/app-templates/creating-custom-templates.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Note this property value is NOT transferred to the root package.json file genera
62
62
- Provide a value for the `android` property specifying V8 flags (at a minimum it should be set to `"android": { "v8Flags": "--expose_gc" }`).
63
63
Note this property value is NOT transferred to the root package.json file generated by the tns create CLI command but can be found in the app/package.json file of the generated app.
64
64
65
-
- Provide a value for the `displayName` property (user-friendly template name to be used in a future integration with NativeScript Sidekick).
65
+
- Provide a value for the `displayName` property (user-friendly template name).
66
66
Note this property value is NOT transferred to the root package.json file generated by the tns create CLI command.
67
67
68
68
- Provide a value for the `repository` property specifying the place where your code lives.
Copy file name to clipboardExpand all lines: docs/core-concepts/android-runtime/requirements.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ position: 2
6
6
---
7
7
8
8
# System Requirements
9
-
The recommended ways to create NativeScript Applications is either through the [Command-Line Interface (CLI)](https://github.com/NativeScript/nativescript-cli) or through the [NativeScript Sidekick](https://www.nativescript.org/nativescript-sidekick).
9
+
The recommended ways to create NativeScript Applications is through the [Command-Line Interface (CLI)](https://github.com/NativeScript/nativescript-cli).
10
10
11
11
## Supported API Levels
12
12
+The Android Runtime is built against [API level 17](http://developer.android.com/about/versions/android-4.2.html). The minimum supported compile SDK version is 22. For all supported API levels the metadata is created (mappings between JavaScript and Java/Kotlin worlds). Detailed information about the NativeScript metadata can be found in the [Metadata Overview article](metadata/overview.md).
Copy file name to clipboardExpand all lines: docs/core-concepts/ios-runtime/Requirements.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ position: 20
6
6
---
7
7
8
8
# System Requirements
9
-
The recommended ways to create NativeScript Applications is either through the [Command-Line Interface (CLI)](https://github.com/NativeScript/nativescript-cli) or through the [NativeScript Sidekick](https://www.nativescript.org/nativescript-sidekick).
9
+
The recommended ways to create NativeScript Applications is through the [Command-Line Interface (CLI)](https://github.com/NativeScript/nativescript-cli).
10
10
11
11
# Supported iOS Versions
12
12
The iOS Runtime supports officially iOS 9+. The metadata however is generated with the latest SDK. The metadata contains information about API availability so NativeScript allows you to both use the latest APIs, and if necessary, detect and degrade gracefully on lower iOS versions.
Copy file name to clipboardExpand all lines: docs/core-concepts/plugins.md
-2
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ previous_url: /plugins
10
10
11
11
NativeScript plugins are npm packages with some added native functionality. Therefore, finding, installing, and removing NativeScript plugins works a lot like working with npm packages you might use in your Node.js or front-end web development.
12
12
13
-
> **Tip:** Alternatively, you can search, install, and remove plugins with [NativeScript Sidekick](https://www.nativescript.org/nativescript-sidekick). Sidekick also offers starter kits, single page templates, cloud-based builds for iOS and Android, and app store publishing.
14
-
15
13
## Finding plugins
16
14
17
15
The NativeScript team maintains an [official marketplace](http://market.nativescript.org/), which displays a filtered list of NativeScript-related plugins from npm. All plugins listed in the marketplace are accompanied by a metadata describing their quality. A search for “accelerometer” on the plugins marketplace will point you at the plugin you need.
Copy file name to clipboardExpand all lines: docs/get-support.md
-2
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ publish: true
8
8
9
9
# Get support
10
10
11
-
> **Installation Problems?** Try [NativeScript Sidekick](https://www.nativescript.org/nativescript-sidekick) for a one-click setup experience for macOS, Windows, and Linux. Sidekick installs the NativeScript CLI and required dependencies for macOS and Windows - and offers starter kits, cloud-based builds for iOS and Android, and app store publishing.
12
-
13
11
## Where to get help
14
12
15
13
The NativeScript framework has a vibrant community that’s here to help when you run into problems.
0 commit comments