mxck / react-native-material-menu

Pure JavaScript material menu component for React Native
MIT License
512 stars 91 forks source link

Fontfamily of MenuItem is not changing #91

Open amk-cb opened 4 years ago

amk-cb commented 4 years ago

menuTextStyle: { color: this.config.appColors.lightTextColor, fontSize: 14, fontFamily: Fonts.LatoSemibold }

<MenuItem
 textStyle={this.applyStyles.menuTextStyle}>Menu item 1</MenuItem>