react-native-bounceable icon indicating copy to clipboard operation
react-native-bounceable copied to clipboard

A touchable bounce animation that can wrap any React Native view.

Results 4 react-native-bounceable issues
Sort by recently updated
recently updated
newest added

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?