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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ If you want to create your own React Native module, scaffolding the project can
12
12
13
13
- Minimal boilerplate modules on which you can build upon
14
14
- Example React Native app to test your modules
15
-
-[TypeScript](https://www.typescriptlang.org/) to write
15
+
-[TypeScript](https://www.typescriptlang.org/) to ensure type-safe code and better DX
16
16
- 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)
17
17
- Support for [Kotlin](https://kotlinlang.org/) on Android & [Swift](https://developer.apple.com/swift/) on iOS
18
18
- Support for C++ to write cross-platform native code
0 commit comments