A higher order component which provides onPress animation for React Native component. Demo 👉Expo Snack.
onPressdisabled
import withPressAnimation from './path/to/file';
const Button = props => (
...
)
export default withPressAnimation(Button);
