web-ridge / react-native-paper-tabs

Smooth and fast cross platform Material Design Tabs for React Native Paper
https://reactnativepapertabs.com
MIT License
189 stars 34 forks source link

react-native-paper v5 error with font #43

Closed chhorvon closed 11 months ago

chhorvon commented 1 year ago

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

chhorvon commented 1 year ago

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}

iM-GeeKy commented 1 year ago

@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?

RichardLindhout commented 1 year ago

Yes I think we should support it!

thareekanvar commented 1 year ago

@RichardLindhout any fix for this please...

thareekanvar commented 1 year ago

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

do u have any solution for this .

RichardLindhout commented 11 months ago

I implemented material you now