DEV Community

mehrzadtejareh
mehrzadtejareh

Posted on

how to change native-base Picker fontSize and fontFamily in react native?

I have a Picker in my component is there any way to set fontSize and fontFamily? I try style={{fontFamily:'iransans',fontSize:14}} and itemTextStyle={{fontFamily:'iransans',fontSize:14}} but both of them not worked for me! ... do you have any idea?

<Picker
note
mode="dropdown"
style={{fontFamily:'iransans',fontSize:14 }}
itemTextStyle={{fontSize:16}} ...

Top comments (0)