NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
const fontScaleChangedEvent: "fontScaleChanged" = "fontScaleChanged";

Defined in: application/application-shims.ts

Deprecated

Deep imports into the Application module are deprecated and will be removed in a future release. Use the Application class imported from "@nativescript/core" instead:

ts
import { Application } from "@nativescript/core";
Application.fontScaleChangedEvent