Try to implement icon on react native i had "error Missing list of packages to add to your project." I checked my package json and it s ok ( i m thinking ) i did
rm -rf node_modules and run yarn install.
and repeat it and i have the same problem this react native drive me crazy i d like to finish my app please someone can help me many thanks
"name": "yuka",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@ant-design/icons-react-native": "^2.2.1",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"axios": "^0.21.1",
"lottie-ios": "3.1.8",
"lottie-react-native": "^3.5.0",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-camera": "^3.41.0",
"react-native-gesture-bottom-sheet": "^1.0.1",
"react-native-gesture-handler": "^1.9.0",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.16.1",
"react-native-vector-icons": "^7.1.0",
"reanimated-bottom-sheet": "^1.0.0-alpha.22"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.17.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…