Skip to content

Commit 5b7912d

Browse files
authored
Remove React 18 and React Native (facebook#4246)
1 parent 4ee2e9b commit 5b7912d

File tree

4 files changed

+476
-183
lines changed

4 files changed

+476
-183
lines changed

docs/react-18-and-react-native.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

website/blog/2022-06-21-version-069.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We are delighted to share with you that React Native 0.69 is the first release t
2222

2323
On React Native 0.69, React 18 is enabled by default. However, if you have not migrated to the New Architecture, you will only be able to leverage the features that don't use concurrent rendering and concurrent features. The New Architecture has been built with concurrent rendering in mind but we cannot add that support for the old architecture.
2424

25-
You can learn more about the React 18 support in React Native [here](/docs/next/react-18-and-react-native).
25+
You can learn more about the React 18 support in React Native [here](https://reactnative.dev/docs/0.69/react-18-and-react-native).
2626

2727
## Bundled Hermes
2828

website/static/_redirects

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/docs/new-architecture-library-android https://github.com/reactwg/react-native-new-architecture#guides
3333
/docs/new-architecture-library-ios https://github.com/reactwg/react-native-new-architecture#guides
3434
/docs/new-architecture-app-intro https://github.com/reactwg/react-native-new-architecture#guides
35-
/docs/react-18-and-react-native https://github.com/reactwg/react-native-new-architecture#guides
35+
/docs/react-18-and-react-native https://reactnative.dev/docs/0.69/react-18-and-react-native
3636
/docs/new-architecture-troubleshooting https://github.com/reactwg/react-native-new-architecture#guides
3737
/docs/new-architecture-appendix https://github.com/reactwg/react-native-new-architecture#guides
3838
/docs/:version/the-new-architecture/landing-page /docs/next/the-new-architecture/landing-page
@@ -52,7 +52,6 @@
5252
/docs/:version/new-architecture-library-android https://github.com/reactwg/react-native-new-architecture#guides
5353
/docs/:version/new-architecture-library-ios https://github.com/reactwg/react-native-new-architecture#guides
5454
/docs/:version/new-architecture-app-intro https://github.com/reactwg/react-native-new-architecture#guides
55-
/docs/:version/react-18-and-react-native https://github.com/reactwg/react-native-new-architecture#guides
5655
/docs/:version/new-architecture-troubleshooting https://github.com/reactwg/react-native-new-architecture#guides
5756
/docs/:version/new-architecture-appendix https://github.com/reactwg/react-native-new-architecture#guides
5857

0 commit comments

Comments
 (0)