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);
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A higher order component which provides onPress animation for React Native component. Demo 👉Expo Snack.
onPressdisabledimport withPressAnimation from './path/to/file';
const Button = props => (
...
)
export default withPressAnimation(Button);