react-native-paper-tabs icon indicating copy to clipboard operation
react-native-paper-tabs copied to clipboard

react-native-paper v5 error with font

Open chhorvon opened this issue 3 years ago • 5 comments

TypeError: undefined is not an object (evaluating 'theme.fonts.medium')

chhorvon avatar Jul 13 '22 06:07 chhorvon

TabsHeaderItem:130 <AnimatedText selectable={false} style={[ styles.text, iconPosition === 'top' && styles.textTop, { ...theme.fonts.medium, color, opacity }, ]} > {uppercase ? tab.props.label.toUpperCase() : tab.props.label} </AnimatedText>

chhorvon avatar Jul 13 '22 06:07 chhorvon

@RichardLindhout As it stands, react-native-paper 5.0.0-rc.4 is still in development, but is there any planned support for this in conjunction with this library?

iM-GeeKy avatar Aug 24 '22 11:08 iM-GeeKy

Yes I think we should support it!

RichardLindhout avatar Aug 25 '22 19:08 RichardLindhout

@RichardLindhout any fix for this please...

thareekanvar avatar Sep 16 '22 06:09 thareekanvar

TypeError: undefined is not an object (evaluating 'theme.fonts.medium')

do u have any solution for this .

thareekanvar avatar Sep 16 '22 06:09 thareekanvar

I implemented material you now

RichardLindhout avatar Aug 01 '23 21:08 RichardLindhout