From deb77139b7afb05d5225b4a16424c94493fba5b4 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Mon, 15 Jun 2026 15:38:21 +0200 Subject: [PATCH] fix: update React Native repo URL to new GitHub org The React Native repository moved from facebook/react-native to react/react-native. GitHub auto-redirects work but the updater workflow should reference the canonical URL. Co-Authored-By: Claude Opus 4.6 --- scripts/update-rn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-rn.sh b/scripts/update-rn.sh index 2e16ab2f60..53f57117c3 100755 --- a/scripts/update-rn.sh +++ b/scripts/update-rn.sh @@ -2,7 +2,7 @@ set -euo pipefail tagPrefix='v' # wizard has a prefix in the repo, but the package.json doesn't have that - we must align -repo="https://github.com/facebook/react-native.git" +repo="https://github.com/react/react-native.git" packages=('react-native') . $(dirname "$0")/update-package-json.sh