diff --git a/package.json b/package.json index bb9ff15435..24e841b632 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "format:assets": "prettier --ignore-path .gitignore --write \"**/*.{json,md}\"", "prepare": "yarn run clean && yarn run build && yarn run build-flow", "precommit": "lint-staged", - "postinstall": "opencollective-postinstall || exit 0", + "postinstall": "opencollective-postinstall && echo 'WARNING: react-native-firebase v5 will allow breaking changes in minor versions starting from v5.5.x, this is in order to continue supporting it prior to v6. Info: https://rnfirebase.io/docs/v5.x.x/releases/v5.4.x' || exit 0", "prepublishOnly": "yarn run validate-ts-declarations && yarn run validate-flow-declarations" }, "repository": {