-
Notifications
You must be signed in to change notification settings - Fork 131
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
The library is not working with the latest expo SDK 46 #80
Comments
Hey! Can you provide more information to the bug? We have an issue template 👀 |
Just make a new expo project with the latest sdk's and u'll see this error msg pops: TypeError: _ReanimatedModule.default.configureProps is not a function |
Thanks for flagging it! I currently have no capacity to fix it, anyone up for a PR? |
I found this PR that might be a solution to the problem but as I'm very new to react native I don't know where to start to help with a PR. Later I will try to follow the description of the PR and give a feedback |
The issue is SDK 46 expects reanimated version ~2.9.1. The current package uses an earlier version of reanimated.
|
Is there any solution to it? I am facing same error when I upgrade my expo SDK from 44 to 45 or 47. |
Same issue with expo 46 |
This PR helped me solve this problem. Adjusted resolutions in package.json of react-native-reanimated package. There are also instructions for yarn in pr.
|
Thanks @Narottam04. I found I needed to provide a resolution for expo-linear-gradient as well as it was already used as a dependency:
|
Hi all! Is there anything to update on this packages or can we close this? |
@alexZajac Would it be possible to move the these dependencies in the package.json
to Locking the version always requires Expo users who already have |
Looking forward to a resolution here (no pun intended) -> resolution in package.json isn't working, getting this error: |
I still can't use it. I have these dependencies.
And this resolutions.
And I try to use it like this...
It shows me the following error.
|
+1 hitting this on latest expo (48) |
+1 expo 49 uses react-native-reanimated@~3.3.0. Is this package dead? I was able to use resolutions ^2.14.4 in expo 48 but this solution no longer works because of the major bump on react-native-reanimated in expo 49. |
Just use moti to create your skeleton, it's easy to use. I've drop this package to use moti. |
+1 expo 49 not worked with the above solutions. expo 48 works by the way |
Any fix other than downgrading expo? |
I have the same issue ): |
Same issue here |
Echoing @MarcHbb, Moti Skelton is the way to go. Moti is well maintained and supports reanimated v3. Not a 100% drop-in replacement, but an easy migration. |
Guys, instead of just typing "Same issue here", just try to contribute to community and solve that. |
Hi all, I have some news to share regarding this GitHub repository. Due to my current capacity constraints, I have made the decision to transfer ownership. This will allow fresh perspectives and new energy to take charge. If you are interested to take ownership, please reach out! I also want to express my gratitude for your comments/contributions to the repository! Thanks!! |
similar behavior in expo SDK 49. I report the error I get. |
Update this sht or delete it, why are you wasting our time? |
Hey, as I said here I don't have the bandwidth at the moment to maintain it. |
No description provided.
The text was updated successfully, but these errors were encountered: