From fd06b04b8630eaac6186c1a97d72dca281e94eec Mon Sep 17 00:00:00 2001 From: Victor Wilson <63019070+dsvwilson@users.noreply.github.com> Date: Thu, 15 May 2025 23:02:08 +0100 Subject: [PATCH] Update React's web address Updated the React web address to https://react.dev/ from the old and non-functional reactjs.org. --- .../version-0.79/intro-react-native-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.79/intro-react-native-components.md b/website/versioned_docs/version-0.79/intro-react-native-components.md index 8d031e48b02..eb585964154 100644 --- a/website/versioned_docs/version-0.79/intro-react-native-components.md +++ b/website/versioned_docs/version-0.79/intro-react-native-components.md @@ -6,7 +6,7 @@ description: 'React Native lets you compose app interfaces using Native Componen import ThemedImage from '@theme/ThemedImage'; -React Native is an open source framework for building Android and iOS applications using [React](https://reactjs.org/) and the app platform’s native capabilities. With React Native, you use JavaScript to access your platform’s APIs as well as to describe the appearance and behavior of your UI using React components: bundles of reusable, nestable code. You can learn more about React in the next section. But first, let’s cover how components work in React Native. +React Native is an open source framework for building Android and iOS applications using [React](https://react.dev/) and the app platform’s native capabilities. With React Native, you use JavaScript to access your platform’s APIs as well as to describe the appearance and behavior of your UI using React components: bundles of reusable, nestable code. You can learn more about React in the next section. But first, let’s cover how components work in React Native. ## Views and mobile development