From 750dd540fd9fa4cb485dd67e192459cdb238f0a1 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 3 Mar 2025 18:18:04 +0100 Subject: [PATCH] docs: add create-expo-module in alternatives section --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccbe5faef..3e8b2d376 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,10 @@ Thanks to the authors of these libraries for inspiration: ## Alternatives -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. +Some other tools for building React Native libraries that you may want to check out: -- [react-native-module-init](https://github.com/brodybits/react-native-module-init) +- [create-expo-module](https://docs.expo.dev/modules/get-started/) +- [react-native-module-init](https://github.com/brodybits/react-native-module-init) (Unmaintained) ## LICENSE