Skip to content

Commit 9b4957f

Browse files
authored
docs: fix incomplete sentence in README
1 parent 7b94981 commit 9b4957f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you want to create your own React Native module, scaffolding the project can
1212

1313
- Minimal boilerplate modules on which you can build upon
1414
- 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
1616
- 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)
1717
- Support for [Kotlin](https://kotlinlang.org/) on Android & [Swift](https://developer.apple.com/swift/) on iOS
1818
- Support for C++ to write cross-platform native code

0 commit comments

Comments
 (0)