Github: https://github.com/moonrailgun/rn-icons 简单的来说就是 react-native 版本的 react-icons 易于使用与安装,支持 31 个流行的图标库 使用方式: npm install react-native-svg rc-icons import { FaBeer } from "rn-icons/fa"; function Foo() { return ( ); }