UNPKG

@expo/vector-icons

Version:

Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.

19 lines (18 loc) 254 B
module.exports = { "root": true, "ignorePatterns": [ ".idea/", "build/", "node_modules/", "src/vendor/" ], "extends": [ "universe/node", "universe/web" ], "settings": { "react": { "version": "18" } } }