-
Notifications
You must be signed in to change notification settings - Fork 62
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
Comments
any news on this? mine has no animations at all. just a gray static component. |
I guess i have the same issue, error 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? |
firstly, thanks for the explanation |
I'm using react-native-reanimated latest version (2.13.0) and the library not work with it
The text was updated successfully, but these errors were encountered: