billzh
@billzh
React Native experts: do you set the same font size on both iOS and Android? if not, how do you do it?
9 replies
20 recasts
180 reactions
Jeff Stout
@stout
Usually just roll with the same font size unless there is an issue. Sometimes things can get wonky if device pixel density differs or maybe you want to render text with skia or something. In that case you can use PixelRatio and/or Platform.OS info to conditionally specify your sizes ✨
1 reply
0 recast
2 reactions
Thai Binh
@thaibinh99
Fl me back thank
0 reply
0 recast
0 reaction