Skip to content

Commit 34f5b0a

Browse files
committed
docs: fix dead links in documentation
Replaced outdated links with updated working versions to improve navigation and prevent 404s.
1 parent 243d862 commit 34f5b0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/pages/create.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you want to create your own React Native library, scaffolding the project can
77
- Minimal boilerplate for libraries on which you can build upon
88
- Example React Native app to test your library code
99
- [TypeScript](https://www.typescriptlang.org/) to ensure type-safe code and better DX
10-
- Support for [Turbo Modules](https://reactnative.dev/docs/next/the-new-architecture/pillars-turbomodules) & [Fabric](https://reactnative.dev/docs/next/the-new-architecture/pillars-fabric-components)
10+
- Support for [Turbo Modules](https://reactnative.dev/docs/turbo-native-modules-introduction) & [Fabric](https://reactnative.dev/docs/fabric-native-components-introduction)
1111
- Support for [Kotlin](https://kotlinlang.org/) on Android & [Swift](https://developer.apple.com/swift/) on iOS
1212
- Support for C++ to write cross-platform native code
1313
- [Expo](https://expo.io/) for libraries without native code and web support
@@ -86,8 +86,8 @@ This creates a symlink to the library under `node_modules` which makes autolinki
8686

8787
Once the project is created, you can follow the official React Native docs to learn the API for writing native modules and components:
8888

89-
- [Native Modules](https://reactnative.dev/docs/native-modules-intro)
90-
- [Native UI Components for Android](https://reactnative.dev/docs/native-components-android)
91-
- [Native UI Components for iOS](https://reactnative.dev/docs/native-components-ios)
92-
- [Turbo Modules](https://reactnative.dev/docs/the-new-architecture/pillars-turbomodules)
93-
- [Fabric Components](https://reactnative.dev/docs/the-new-architecture/pillars-fabric-components)
89+
- [Native Modules](https://reactnative.dev/docs/legacy/native-modules-intro)
90+
- [Native UI Components for Android](https://reactnative.dev/docs/legacy/native-components-android)
91+
- [Native UI Components for iOS](https://reactnative.dev/docs/legacy/native-components-ios)
92+
- [Turbo Modules](https://reactnative.dev/docs/turbo-native-modules-introduction)
93+
- [Fabric Components](https://reactnative.dev/docs/fabric-native-components-introduction)

0 commit comments

Comments
 (0)