Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undifined. Check the render method of 'Button'.
<Button
isLoading={true}
style={styles.buttonStyle7} textStyle={styles.textStyle6}
onPress={() => {
console.log('world!')
}}>
Hello
it can"t work.
<Button
style={styles.buttonStyle6} textStyle={styles.textStyle}
onPress={() => {
console.log('world!')
}}>
Hello
it can work