From 74885de61564d87e65c1f0b016a3cf0fd65028d2 Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:29:25 +0100 Subject: [PATCH] Bump RNC CLI to 20.2.0 Resolve: https://github.com/react-native-community/template/issues/231 --- template/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/package.json b/template/package.json index 482245e..f6bc284 100644 --- a/template/package.json +++ b/template/package.json @@ -19,9 +19,9 @@ "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", - "@react-native-community/cli": "20.1.0", - "@react-native-community/cli-platform-android": "20.1.0", - "@react-native-community/cli-platform-ios": "20.1.0", + "@react-native-community/cli": "20.2.0", + "@react-native-community/cli-platform-android": "20.2.0", + "@react-native-community/cli-platform-ios": "20.2.0", "@react-native/babel-preset": "nightly", "@react-native/eslint-config": "nightly", "@react-native/jest-preset": "nightly",