react-native-pressable-scale
react-native-pressable-scale copied to clipboard
A <PressableScale> and a supercharged <NativePressableScale> components for React Native
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...