From 69d6391a6ae8c843ec605ce63ac9cd4bde01e231 Mon Sep 17 00:00:00 2001 From: WX <42308734@qq.com> Date: Thu, 4 May 2023 15:24:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3ios=20pod=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HelloWorld/package.json | 19 +++++++++---------- template/template/package.json | 12 ++++++------ 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/HelloWorld/package.json b/HelloWorld/package.json index f6b37630..c017495b 100644 --- a/HelloWorld/package.json +++ b/HelloWorld/package.json @@ -13,33 +13,32 @@ "prettier": "prettier --write '**/*.{js,jsx,md,json}'", "precommit": "npm run lint", "lint-staged": "lint-staged", - "prepare": "husky install", "doc": "kktd @uiw/react-native-doc/doc/build" }, "dependencies": { - "@kkt/doc": "^1.0.0", "@react-native-async-storage/async-storage": "~1.17.11", "@react-native-community/masked-view": "~0.1.11", "@react-navigation/bottom-tabs": "~6.3.2", "@react-navigation/native": "~6.0.11", "@react-navigation/stack": "~6.2.2", + "react-native-safe-area-context": "~4.3.1", + "react-native-reanimated": "3.1.0", "@rematch/core": "2.2.0", "@rematch/loading": "2.1.2", - "@shopify/restyle": "2.4.2", "@uiw/formatter": "~1.3.3", "@uiw/react-native": "^4.0.2", - "@uiw/react-native-doc": "^3.0.7", + "react-native-gesture-handler": "2.8.0", + "react-native-root-siblings":"4.1.1", + "react-native-svg": "13.9.0", "react": "18.2.0", "react-native": "0.71.7", "react-native-device-info": "~10.0.2", - "react-native-gesture-handler": "2.8.0", - "react-native-reanimated": "~3.0.0", - "react-native-safe-area-context": "~4.3.1", "react-native-screens": "~3.15.0", - "react-native-svg": "13.9.0", - "react-query": "~3.39.2", "react-redux": "8.0.5", - "redux": "4.1.2" + "redux": "4.1.2", + "react-query": "~3.39.2", + "@kkt/doc": "^1.0.0", + "@uiw/react-native-doc": "^4.0.5" }, "devDependencies": { "@babel/core": "~7.20.0", diff --git a/template/template/package.json b/template/template/package.json index cdb9e4bf..222b2497 100644 --- a/template/template/package.json +++ b/template/template/package.json @@ -22,24 +22,24 @@ "@react-navigation/bottom-tabs": "~6.3.2", "@react-navigation/native": "~6.0.11", "@react-navigation/stack": "~6.2.2", + "react-native-safe-area-context": "~4.3.1", + "react-native-reanimated": "3.1.0", "@rematch/core": "2.2.0", "@rematch/loading": "2.1.2", "@uiw/formatter": "~1.3.3", "@uiw/react-native": "^4.0.2", + "react-native-gesture-handler": "2.8.0", + "react-native-root-siblings":"4.1.1", + "react-native-svg": "13.9.0", "react": "18.2.0", "react-native": "0.71.7", "react-native-device-info": "~10.0.2", - "react-native-gesture-handler": "2.8.0", - "react-native-reanimated": "~3.0.0", - "react-native-safe-area-context": "~4.3.1", "react-native-screens": "~3.15.0", - "react-native-svg": "13.9.0", "react-redux": "8.0.5", "redux": "4.1.2", "react-query": "~3.39.2", "@kkt/doc": "^1.0.0", - "@uiw/react-native-doc": "^3.0.7", - "@shopify/restyle": "2.4.2" + "@uiw/react-native-doc": "^4.0.5" }, "devDependencies": { "@babel/core": "~7.20.0",