Skip to content

Commit 1a2e7e0

Browse files
antonisclaude
andauthored
fix: update React Native repo URL to new GitHub org (#6290)
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 <noreply@anthropic.com>
1 parent 5a23c47 commit 1a2e7e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/update-rn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
tagPrefix='v' # wizard has a prefix in the repo, but the package.json doesn't have that - we must align
5-
repo="https://github.com/facebook/react-native.git"
5+
repo="https://github.com/react/react-native.git"
66
packages=('react-native')
77

88
. $(dirname "$0")/update-package-json.sh

0 commit comments

Comments
 (0)