react-native-vector-icons / iconfont 引用
官方文檔 僅供參考,我們使用的是自定義 icon,因此操作上略有不同:
iOS
- 將
fontello.ttf文件拖動到項目中(可以新建 Resources group,并拖動到其中),注意勾選 Copy items if needed / Create groups / Add to targets; - 編輯
Info.plist,添加一行Fonts provided by application,并添加子項fontello.ttf
Android
將 fontello.ttf 文件覆蓋到 android/app/src/main/assets/fonts 目錄下
如果需要使用
Icon.getImageSource或著在TabBar/NavigatorIOS中使用 Icon,還需要額外配置,可參考官方文檔
react-native-linear-gradient / 漸變效果
參考 官方文檔 相關(guān)平臺章節(jié)