diff --git a/resources/update-mobile-rnsdk-version.sh b/resources/update-mobile-rnsdk-version.sh index 31a95ef61823..12972404bc8d 100755 --- a/resources/update-mobile-rnsdk-version.sh +++ b/resources/update-mobile-rnsdk-version.sh @@ -14,3 +14,6 @@ npm version --prefix ${THIS_DIR}/../react-native-sdk "${VERSION}" --no-git-tag-v npm install --prefix ${THIS_DIR}/../react-native-sdk +# Run it once more in case dependencies were updated. +npm install --prefix ${THIS_DIR}/../react-native-sdk +