Package Exports
- @react-native-vector-icons/ant-design
- @react-native-vector-icons/ant-design/lib/commonjs/index.js
- @react-native-vector-icons/ant-design/lib/module/index.js
- @react-native-vector-icons/ant-design/src/index.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@react-native-vector-icons/ant-design) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Vector Icons - Ant Design
Ant Design font for React Native Vector Icons
See the React Native Vector Icons README for more details.
Installation
npm install @react-native-vector-icons/ant-design
Usage
import AntDesign from '@react-native-vector-icons/ant-design';
// ...
<AntDesign name="house" color="#ff0000" size={20} />
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT