From 8ec6ef18ff8a803a9bfc40541e1a8422c1613800 Mon Sep 17 00:00:00 2001 From: Gabriel Zamai Date: Wed, 12 Nov 2025 14:09:57 -0300 Subject: [PATCH] Rename 'Native Component' to 'Fabric Native Component' --- website/versioned_docs/version-0.80/native-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.80/native-platforms.md b/website/versioned_docs/version-0.80/native-platforms.md index c85050747a7..b94ef8492a9 100644 --- a/website/versioned_docs/version-0.80/native-platforms.md +++ b/website/versioned_docs/version-0.80/native-platforms.md @@ -8,7 +8,7 @@ Your application may need access to platform features that aren’t directly ava This guide introduces: - **Native Modules:** native libraries that have no User Interface (UI) for the user. Examples would be persistent storage, notifications, network events. These are accessible to your user as JavaScript functions and objects. -- **Native Component:** native platform views, widgets and controllers that are available to your application's JavaScript code through React Components. +- **Fabric Native Component:** native platform views, widgets and controllers that are available to your application's JavaScript code through React Components. :::note You might have previously been familiar with: