在 react-native-navigation 中更改顶部标签字体系列 (android)

change top tabs font family in react-native-navigation (android)

有什么方法可以更改 topTabsappStyle 中的顶部标签字体系列?我使用了 tabFontFamily 但它改变了底部栏中的字体系列。

请尝试:

tabBarTextFontFamily: 'Avenir-Medium' //change the tab font family

来自 Wix Doc

Pull Request #2342 使用 topTabTextFontFamily 选项

解决了我的问题