Given that it is for both android and ios devices, and given that i’d like the screens to be pretty consistent across different screen sizes/resolutions?
I’m using font-size right now, but there is a massive disparity between what the android emulator shows and what an actual android device displays.
so my question (now fixed) was a bit… wrong? I noted that i was using
fontSizewithout really specifying what that meant.I really should have noted that i was using
fontSizewithout any units of size. Following on from Richard’s suggestion, i’m using the units “sp”, so for example:font: {fontSize: ’14sp’}