Open ridvanaltun opened 1 year ago
any news on this? mine has no animations at all. just a gray static component.
I guess i have the same issue, error TypeError: Cannot read property 'DEFAULT_EASING' of undefined
is displayed
package.json:
"react-native-skeleton-content-nonexpo": "^1.0.13"
"react-native-linear-gradient": "^2.6.2"
"react-native-reanimated": "^3.0.2"
code:
<SkeletonContent containerStyle={{ flex: 1, width: 300 }} isLoading={true}>
<Text>Test string</Text>
<Text>Another string</Text>
</SkeletonContent>
with reanimated 2 should work im using last version of reanimated 2, because in the version 2 still include reanimated 1. But if you update to reanimated 3 not working because in reanimated 3 they totally remove reanimated 1.
hey guys, is it compatible with newArhitecture?
with reanimated 2 should work im using last version of reanimated 2, because in the version 2 still include reanimated 1. But if you update to reanimated 3 not working because in reanimated 3 they totally remove reanimated 1.
firstly, thanks for the explanation secondly, good to know it won't work with my app ahaha
I'm using react-native-reanimated latest version (2.13.0) and the library not work with it