touchableopacity はオフライン時に機能しません。onPress の実行に数分かかるなど、非常に時間がかかる場合があります
<TouchableOpacity
onPress={() => this.example()}
style={{padding: 10, justifyContent: 'center', flexDirection: 'row', backgroundColor: '#F26525', width: Dimensions.get('screen').width * 0.8, borderRadius: 3, marginTop: 15}}>
<Icon name='refresh' size={20} color='#ffffff' />
<Text style={{fontSize: 16, color: '#ffffff', fontFamily: 'Quicksand-Medium'}}> Try Again</Text>
</TouchableOpacity>
私は使用しています:react-native-cli:2.0.1 react-native:0.55.1
touchablewithoutfeedbackに変更しようとしましたが、それでも同じです
ご協力いただきありがとうございます 、