@react-native-vector-icons/fontisto
Version:
Fontisto font for react native vector icons
16 lines (11 loc) • 443 B
JavaScript
/**
* This is a generated file. If you modify it manually, your changes will be lost!
* Make your changes in `generator-react-native-vector-icons` package instead.
*/
const { withInfoPlist } = require('@expo/config-plugins');
module.exports = (config) =>
withInfoPlist(config, (c) => {
const fonts = ['Fontisto.ttf'];
c.modResults.UIAppFonts = [...new Set([...(c.modResults.UIAppFonts || []), ...fonts])];
return c;
});