From 4c65c005a9662f74360b19341c5fa1ef72f02686 Mon Sep 17 00:00:00 2001 From: Mariusz Pasinski Date: Tue, 17 Jun 2025 13:17:52 +0200 Subject: [PATCH] fix: remove "-modules" suffix from bin's `.mjs` file This change fixes the root cause behind following error message while executing `pod install`: > sh: react-native-node-api: command not found > [...] > [!] Invalid `Podfile` file: > [!] Invalid `react-native-node-api-modules.podspec` file: Hermes patching failed. Please check the output above for errors. --- ...eact-native-node-api-modules.mjs => react-native-node-api.mjs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/host/bin/{react-native-node-api-modules.mjs => react-native-node-api.mjs} (100%) diff --git a/packages/host/bin/react-native-node-api-modules.mjs b/packages/host/bin/react-native-node-api.mjs similarity index 100% rename from packages/host/bin/react-native-node-api-modules.mjs rename to packages/host/bin/react-native-node-api.mjs