Skip to content

Commit 2953cc1

Browse files
committed
chore: improve clarity in native code description
1 parent 780b33f commit 2953cc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/guide/adding-native-code.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ contributors:
66
- NathanWalker
77
- rigor789
88
- vallemar
9+
- herefishyfish
910
---
1011

11-
If the native API you need is not exposed through [@nativescript/core](/core/#nativescript-core), [third party plugins](https://market.nativescript.org/) or [@nativescript/\* plugins](https://v8.docs.nativescript.org/plugins/index.html)), you can add it to your project and access it right away in TypeScript.
12+
If you need additional native functionality beyond what's available through [@nativescript/core](/core/#nativescript-core), [third party plugins](https://market.nativescript.org/) or [@nativescript/\* plugins](https://v8.docs.nativescript.org/plugins/index.html), you can add your own native code files to your project and access them right away in TypeScript.
1213

1314
Ever since [NativeScript 8.8](https://blog.nativescript.org/nativescript-8-8-announcement/#ns-native), you can use a single command to add platform language files and have them auto configured ready to use with:
1415

0 commit comments

Comments
 (0)