@react-native-vector-icons/fontawesome5
Version:
Fontawesome5 font for react native vector icons
16 lines (11 loc) • 508 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 = ['FontAwesome5_Regular.ttf', 'FontAwesome5_Solid.ttf', 'FontAwesome5_Brands.ttf'];
c.modResults.UIAppFonts = [...new Set([...(c.modResults.UIAppFonts || []), ...fonts])];
return c;
});