I am looking for a simple button with clear color and black text, but the default button has white text. I need a way to change the text color. Check out my current app
<View style={styles.fastlog}>
<Button style={styles.bouton}
title= "Connect with Facebook"
color= "#A2FFA1"/>
<Button style={styles.bouton}
title= "Connect with Google"
color= "#A2FFA1"/>
</View>
This code works to create green buttons, but I am struggling to find a solution for changing the text color.