Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with react-native-reanimated 2.13.0 #61

Open
ridvanaltun opened this issue Jan 2, 2023 · 5 comments
Open

Not working with react-native-reanimated 2.13.0 #61

ridvanaltun opened this issue Jan 2, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@ridvanaltun
Copy link

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

@ridvanaltun ridvanaltun added the bug Something isn't working label Jan 2, 2023
@saulojoab
Copy link

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

@DanielNoveo
Copy link

DanielNoveo commented Mar 28, 2023

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
Copy link

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
Copy link

hey guys, is it compatible with newArhitecture?

@Descatres
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants