From c87224d23a58d703322cd18fa032f3e725b4bb4d Mon Sep 17 00:00:00 2001 From: ding_chengjie Date: Sat, 4 Jan 2025 15:17:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[#IBFNL5]=20=E6=9B=B4=E6=96=B0=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E5=BA=93=E4=B8=AD=E6=B8=85=E9=99=A4=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-reanimated.md | 2 +- zh-cn/react-native-reanimated.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-reanimated.md b/en/react-native-reanimated.md index c3fecd8d..836d4146 100644 --- a/en/react-native-reanimated.md +++ b/en/react-native-reanimated.md @@ -63,7 +63,7 @@ Clear the Metro cache (recommended): #### **npm** ```bash -npm start -- --reset-cache +npm start --reset-cache ``` #### **yarn** diff --git a/zh-cn/react-native-reanimated.md b/zh-cn/react-native-reanimated.md index 8386fe6e..9b0d0808 100644 --- a/zh-cn/react-native-reanimated.md +++ b/zh-cn/react-native-reanimated.md @@ -61,7 +61,7 @@ yarn add @react-native-oh-tpl/react-native-reanimated #### **npm** ```bash -npm start -- --reset-cache +npm start --reset-cache ``` #### **yarn** -- Gitee