From 4b74b96940ce38103ddebf73017d12732a93a819 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sun, 17 Dec 2023 15:24:27 -0800 Subject: [PATCH] chore: readme update [skip ci] --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9f430241b..66c9e245d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@

-[NativeScript](http://www.nativescript.org) empowers you to access native APIs from JavaScript directly. Currently iOS and Android runtimes are provided for rich mobile development across a variety of diverse use cases. +[NativeScript](http://www.nativescript.org) empowers you to access native APIs from JavaScript directly. Currently iOS, Android, and visionOS runtimes are provided for rich mobile development across a variety of diverse use cases. [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FNativeScript%2FNativeScript.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FNativeScript%2FNativeScript?ref=badge_large) @@ -40,7 +40,7 @@ We love you and your pull requests 🤗. Please follow our [contributing guide]( ## @nativescript/* - [@nativescript/core](https://github.com/NativeScript/NativeScript/tree/main/packages/core) - Core iOS/Android for NativeScript. + Singular primitives offering an easy-to-use API surface for diverse iOS/Android APIs implemented with NativeScript. - [@nativescript/types](https://www.npmjs.com/package/@nativescript/types) Types for both iOS/Android below wrapped up as a convenience. *Most commonly used.* - [@nativescript/types-ios](https://github.com/NativeScript/NativeScript/tree/main/packages/types-ios) @@ -73,14 +73,14 @@ We love you and your pull requests 🤗. Please follow our [contributing guide]( Outside the source centralized in this repo, NativeScript consists of a few other source repos. Here are the major ones: -- [iOS Runtime](https://github.com/NativeScript/ns-v8ios-runtime) - NativeScript iOS Runtime: Empowers JavaScript code to be executed on iOS devices written in a mix of C++, Objective-C, and Swift. +- [iOS and visionOS Runtime](https://github.com/NativeScript/ns-v8ios-runtime) + Empowers JavaScript code to be executed on iOS and visionOS devices written in a mix of C++, Objective-C, and Swift. - [Android Runtime](https://github.com/NativeScript/android-runtime) - NativeScript Android Runtim: Empowers JavaScript code to be executed on Android devices written in a mix of C++, Java and Kotlin. + Empowers JavaScript code to be executed on Android devices written in a mix of C++, Java and Kotlin. - [CLI](//github.com/NativeScript/nativescript-cli) - NativeScript command-line interface empowering you to create, build, and run apps using NativeScript. + Command-line interface empowering you to create, build, and run apps using NativeScript. - [Docs](//github.com/NativeScript/docs-new) - NativeScript documentation available at written in Markdown. + Documentation available at written in Markdown. - [Plugins](https://github.com/NativeScript/plugins) A [plugin workspace](https://docs.nativescript.org/plugins/plugin-workspace-guide.html) with several useful plugins. - [Firebase](https://github.com/NativeScript/firebase) @@ -92,4 +92,4 @@ Outside the source centralized in this repo, NativeScript consists of a few othe - [Artwork](https://github.com/NativeScript/artwork) Want to use our logo or colors? Feel free to use any of our ready-to-use media material. -

Made with ❤️

\ No newline at end of file +

Made with ❤️