Skip to content

Commit

Permalink
fix: 解决ios pod报错
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed May 4, 2023
1 parent 84c2c7d commit 69d6391
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
19 changes: 9 additions & 10 deletions HelloWorld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 69d6391

Please sign in to comment.