feat:react-native-vector-icons与 iconfont
Showing
File added
... | ... | @@ -7,7 +7,8 @@ |
"ios": "react-native run-ios", | ||
"start": "react-native start", | ||
"test": "jest", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx" | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
"icon":"node ./src/script/iconScript.js" | ||
}, | ||
"dependencies": { | ||
"@ant-design/react-native": "^4.0.7", | ||
... | ... |
src/fonts/Iconfont/demo.css
0 → 100644
File added
File added
File added
File added
src/script/iconScript.js
0 → 100644
Please register or sign in to comment