auの日記

プログラミング初心者の日記。(auはハンドルネームです)

TouchableWithoutFeedback

ButtonのFontSizeを変更しようと頑張った話

auです。Buttonに記入している文字のフォントサイズって変えられないかなーと思って色々調べたのでまとめます。 結論 結論から言うと、TouchableWithoutFeedbackにTextを使うことで解決しました。 <TouchableWithoutFeedback onPress={() => this.props.navigation.navigate("QuestionList", { title:</touchablewithoutfeedback>…