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

fix: forwardRef

Open raphckrman opened this issue 1 year ago • 0 comments

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.

raphckrman avatar Nov 16 '24 11:11 raphckrman