私は反応ネイティブで比較的新しいです。
ここのようにボタン(影付きなど)を簡単に表示できます。
<Button
mode="contained"
color={'#f08e25'}
contentStyle={{ height: 44 }}
onPress={this.onPressSubmit}
theme={theme} >SUBMIT </Button>
この文書も参考にしています。
https://callstack.github.io/react-native-paper/button.html#contentStyle
問題は、モードが「含まれている」場合、テキストの色を変更できないことです。contentStyle または theme で試しましたが、機能しません。モードが「含まれる」場合、テキストの色を変更するにはどうすればよいですか?