React-Native Button-Stil funktioniert nicht
Import_this import {AppRegistry, Text, View, Button, StyleSheet} from 'react-native'; Dies ist mein React Button Code Aber Stil funktioniert nicht Hase ... <Button onPress={this.onPress.bind(this)} title={"Go Back"} style={{color: 'red', marginTop: 10, padding: 10}} /> Auch ich wurde von...