I’m making web-app using react-native. But stuck on font-size for different screen-size.
How can I change the different font-size for different screen resolution?
I’m making web-app using react-native. But stuck on font-size for different screen-size.
How can I change the different font-size for different screen resolution?
2
Answers
Dimension
from ‘react-native’ gives you access to the device dimensions. You could use these to set fontSize conditionally.How you use these to set the fontSize would be up to you.