From cbdf2687f5a26429368ab755e514c07ff46cd136 Mon Sep 17 00:00:00 2001 From: Gabriel Zamai Date: Wed, 12 Nov 2025 14:11:10 -0300 Subject: [PATCH] Rename 'Native Component' to 'Fabric Native Component' --- docs/native-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native-platforms.md b/docs/native-platforms.md index c85050747a7..b94ef8492a9 100644 --- a/docs/native-platforms.md +++ b/docs/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: