Sigh... how to change button text color in Reat Native. I am using the button from
import { Button } from 'react-native';
I set the button color for yellow and the text didn't show very well I need to change the button text color.
My code is like this, I've tried several things related to changing the text color but none work.
<Button color="#F0C228" style={{ fontColor:"red" }} onPress={() => regiao()} title="Entrar"> </Button>