From 702c12fa4d6a48743bafe315a628105159f0148d Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:21:02 +0100 Subject: [PATCH] fix: `@react-native/community-cli-plugin` on `@react-native-community/cli-server-api` See https://github.com/facebook/react-native/issues/47309 for context. --- template/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/template/package.json b/template/package.json index 1f91f7f..f206d35 100644 --- a/template/package.json +++ b/template/package.json @@ -20,6 +20,7 @@ "@react-native-community/cli": "15.0.1", "@react-native-community/cli-platform-android": "15.0.1", "@react-native-community/cli-platform-ios": "15.0.1", + "@react-native-community/cli-server-api": "15.0.1", "@react-native/babel-preset": "0.78.0-main", "@react-native/eslint-config": "0.78.0-main", "@react-native/metro-config": "0.78.0-main",