When I set allowFontScaling={false}
for TextInput
must be Text size don't be scaled.(It's right.)
but Placeholder size still be scaled (I think that it's unreasonable.).
how to set allowFontScaling={false}
for TextInput's placeholder ???
my code:
<TextInput placeholder="my placeholder" allowFontScaling={false}/>