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