Skip to content

Commit 3dbad92

Browse files
authored
docs: add create-expo-module in alternatives section (#784)
1 parent d855e52 commit 3dbad92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ Thanks to the authors of these libraries for inspiration:
8787

8888
## Alternatives
8989

90-
There are other similar tools to scaffold React Native libraries. The difference is that the generated project with `create-react-native-library` is very opinionated and configured with additional tools.
90+
Some other tools for building React Native libraries that you may want to check out:
9191

92-
- [react-native-module-init](https://github.com/brodybits/react-native-module-init)
92+
- [create-expo-module](https://docs.expo.dev/modules/get-started/)
93+
- [react-native-module-init](https://github.com/brodybits/react-native-module-init) (Unmaintained)
9394

9495
## LICENSE
9596

0 commit comments

Comments
 (0)