如何在一个文件中使用不同的字体(多个)react-native-vector-icons?

Edu*_*ard 3 javascript icons reactjs react-native vector-icons

如何在一个文件中使用react-native-vector-icons的2个或更多字体(例如,FontAwesome和Entypo)?

Kyl*_*ach 6

react-native-vector-icons导出默认<Icon />组件.您可以将所需的任何名称命名为默认导入.对于您的示例,您可以:

import FontAwesomeIcon from 'react-native-vector-icons/FontAwesome'
import EntypoIcon from 'react-native-vector-icons/Entypo'
Run Code Online (Sandbox Code Playgroud)

这样您就可以使用任意数量的字体