Newer
Older
import { TouchableOpacity } from 'react-native'
import AppText from './app-text'
import styles from '../styles'
<TouchableOpacity
onPress={props.onPress}
style={[
styles.button,
props.style,
{backgroundColor: props.backgroundColor}