From 8aed944450d2ab03764e54e760d3cbdf56d3b424 Mon Sep 17 00:00:00 2001 From: szymonrybczak Date: Thu, 30 Nov 2023 20:36:49 +0100 Subject: [PATCH] fix: warning in `README.md` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f3f07a7e..94ecdc735 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ You can also add npm scripts to call it with whichever package manager you use: ## Updating the CLI -> [!INFO] +> [!WARNING] > Please do it only if you need to. We don't recommend updating CLI independently of `react-native` as it may cause unexpected issues. React Native CLI is a dependency of `react-native`, which makes it a transitive dependency of your project. You can overwrite the version independently of `react-native` by using `resolutions` field in your `package.json`: