const Button = ({ onPress }) => ( <TouchableHighlight underlayColor="rgba(255, 153, 0, .85)" onPress={onPress} style={styles.button}> <Text style={styles.
確定! 回上一頁