react-native-pressable-scale
react-native-pressable-scale copied to clipboard
fix: forwardRef
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 components. This PR fixes the issue by ensuring compatibility with the current versions of React Native and Expo.