Skip to content

Commit fd06b04

Browse files
authored
Update React's web address
Updated the React web address to https://react.dev/ from the old and non-functional reactjs.org.
1 parent a0effd1 commit fd06b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-0.79/intro-react-native-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: 'React Native lets you compose app interfaces using Native Componen
66

77
import ThemedImage from '@theme/ThemedImage';
88

9-
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.
9+
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.
1010

1111
## Views and mobile development
1212

0 commit comments

Comments
 (0)