<Button
title="Press button"
onPress={() => {function}} //change "function" with your function for the button pressing
/>
<Button
onPress={onPressLearnMore}
title="Learn More"
color="#841584"
accessibilityLabel="Learn more about this purple button"
/>