8.7 released—WinterCG Compliance Part 1
Learn more

If the native API you need is not exposed through @nativescript/core, third party plugins or @nativescript/* plugins), you can add it to your project and access it right away in TypeScript.

  1. Add native code to App_Resources:
  2. Optionally generate TypeScript types for the added APIs

Additionally, NativeScript also supports Jetpack Compose and SwiftUI through plugins.

  1. Jetpack Compose Plugin
  2. SwiftUI Plugin