alexZajac / react-native-skeleton-content-nonexpo

A customizable skeleton-like loading placeholder for react native projects not using expo.
MIT License
308 stars 62 forks source link

Not working with react-native-reanimated 2.13.0 #61

Open ridvanaltun opened 1 year ago

ridvanaltun commented 1 year ago

I'm using react-native-reanimated latest version (2.13.0) and the library not work with it

saulojoab commented 1 year ago

any news on this? mine has no animations at all. just a gray static component.

DanielNoveo commented 1 year ago

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>
mhmdiqbal commented 1 year ago

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.

BogdanRad commented 1 year ago

hey guys, is it compatible with newArhitecture?

Descatres commented 1 year ago

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