Use an amazing pushable component in your app. This is a better way yo express touchable components in a completely custom ui theme
npm install react-native-pushable###### Use a cool pushable element in your react-native app. Escape the ordinary! Embrace the crazy!
npm i -S react-native-pushable
``js
import PushableElement from 'react-native-pushable';
export default class Appx extends Component {
state = {
push: 'Push Me'
}
render() {
return (
style={{ backgroundColor: 'white', elevation: 5, padding: 10, borderRadius: 10, }}
onPressIn={() => {this.setState({push: 'Pushhhh'})}}
onPressOut={() => {this.setState({push: 'Push Me'})}}
>
)
}
}
`Example

All touchableWithoutFeedback` props are supported