修改app.json配置
Showing
android @ 1f11119d
{ | { | ||
"name": "submoduleTest", | "name": "banma_credit", | ||
"version": "0.0.1", | "version": "0.0.1", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
... | @@ -10,10 +10,16 @@ | ... | @@ -10,10 +10,16 @@ |
"lint": "eslint ." | "lint": "eslint ." | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@react-native-community/masked-view": "^0.1.10", | |||
"@react-navigation/native": "^5.7.3", | |||
"bufferutil": "^4.0.1", | "bufferutil": "^4.0.1", | ||
"canvas": "^2.6.1", | "canvas": "^2.6.1", | ||
"react": "16.13.1", | "react": "16.13.1", | ||
"react-native": "^0.63.2", | "react-native": "^0.63.2", | ||
"react-native-gesture-handler": "^1.8.0", | |||
"react-native-reanimated": "^1.13.0", | |||
"react-native-safe-area-context": "^3.1.7", | |||
"react-native-screens": "^2.11.0", | |||
"typescript": "^4.0.2", | "typescript": "^4.0.2", | ||
"utf-8-validate": "^5.0.2" | "utf-8-validate": "^5.0.2" | ||
}, | }, | ||
... | @@ -30,4 +36,4 @@ | ... | @@ -30,4 +36,4 @@ |
"jest": { | "jest": { | ||
"preset": "react-native" | "preset": "react-native" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment