react-native-touchable-scale icon indicating copy to clipboard operation
react-native-touchable-scale copied to clipboard

Like touchable opacity, but scale.

Results 3 react-native-touchable-scale issues
Sort by recently updated
recently updated
newest added

`ViewPropTypes` will be deprecated in a future version of React Native. This PR uses the prop-types from the [deprecated-react-native-prop-types](https://www.npmjs.com/package/deprecated-react-native-prop-types) to prevent deprecation warnings.

Hello :wave: As specified in the title, after upgrading to react-native-web 0.16.3, web app no longer works due to `ViewPropTypes` not being exported when importing the following: ``` import {...

hi, when touch and move outside of TouchableScale it's trigger 'onPressOut' function, i want to trigger onPressOut in onRelease finger, can u help?