Skip to content

Commit e69b140

Browse files
committed
chore: update native code documentation
1 parent 2953cc1 commit e69b140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guide/adding-native-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contributors:
99
- herefishyfish
1010
---
1111

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.
12+
NativeScript provides direct access to all native APIs as well as cross-platform capabilities through [@nativescript/core](/core/#nativescript-core), [third party plugins](https://market.nativescript.org/) or [@nativescript/\* plugins](https://docs.nativescript.org/plugins). Additionally, you can easily add custom native files directly to your project and use them immediately from TypeScript.
1313

1414
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:
1515

0 commit comments

Comments
 (0)