上传者: 42099176
|
上传时间: 2021-10-14 11:23:23
|
文件大小: 82KB
|
文件类型: -
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