Skip to content

Commit 773b4b0

Browse files
chore: update custom native code intro (#166)
1 parent 780b33f commit 773b4b0

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+
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.
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)