You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/create.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ If you want to create your own React Native library, scaffolding the project can
7
7
- Minimal boilerplate for libraries on which you can build upon
8
8
- Example React Native app to test your library code
9
9
-[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)
11
11
- Support for [Kotlin](https://kotlinlang.org/) on Android & [Swift](https://developer.apple.com/swift/) on iOS
12
12
- Support for C++ to write cross-platform native code
13
13
-[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
86
86
87
87
Once the project is created, you can follow the official React Native docs to learn the API for writing native modules and components:
0 commit comments