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

A <PressableScale> and a supercharged <NativePressableScale> components for React Native

Results 2 react-native-pressable-scale issues
Sort by recently updated
recently updated
newest added

Is this the right way to import the component? `import { NativePressableScale } from 'react-native-pressable-scale'` Getting the error: ``` error: Error: While trying to resolve module `react-native-pressable-scale` from file `/Users/ofermorag/Projects/Bob/artifacts/components/common/Components/PlatformTouchable.js`,...

In the latest versions of React Native and Expo, the module does not work and triggers an error related to passing a function component to createAnimatedComponent, which only supports class...