react-native-bounceable
react-native-bounceable copied to clipboard
A touchable bounce animation that can wrap any React Native view.
Issue #3 Solved for me
Starting with react v15.5 the use of `React.PropTypes` resulted in a deprecation warning. in v16 that module was moved to the `prop-types` package. This is causing `react-native-bounceable` to fail: ```...
This error can be fixed with https://github.com/slavik0329/react-native-bounceable/pull/2 I'm waiting for merge or some activity by repo owner @slavik0329 .
Thanks for the component! Any way to make it with an onLongPress event as well?