import React from 'react' import { TouchableOpacity } from 'react-native' const Touchable = props => <TouchableOpacity activeOpacity={0.8} {...props} /> export default Touchable