react-native-font-list 一个基本的React Native模块,它公开了操作系统的已安装字体和可用字体系列。 它附带一个函数: .get() 。 安装 添加依赖 纱: yarn add react-native-font-list NPM: npm install react-native-font-list --save 更新Pod(iOS) cd ios && pod install 而已! 准备使用FontList。 用法 // import import FontList from 'react-native-font-list' ; // samp