📌  相关文章
📜  @types react-native-vector-icons - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:12.995000             🧑  作者: Mango

代码示例3
# Add types for react-native-vector-icons with npm
npm i --save-dev @types/react-native-vector-icons
# With yarn
yarn add --dev @types/react-native-vector-icons