Open zajecvolk opened 6 months ago
Hey! π
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
Hello @zajecvolk π We always encourage bumping Reanimated to the newest versions - currently stable one is 3.8.1. Apart from that I would recommend to make a all-caches reset using git clean -xdf
in repo root - it deletes all untracked files being node_modules
, Pods
, etc.. When done with that, the Pods should now be installed by running bundle install && bundle exec pod install
. Let me know if anything changes for you!
Hello @zajecvolk π We always encourage bumping Reanimated to the newest versions - currently stable one is 3.8.1. Apart from that I would recommend to make a all-caches reset using
git clean -xdf
in repo root - it deletes all untracked files beingnode_modules
,Pods
, etc.. When done with that, the Pods should now be installed by runningbundle install && bundle exec pod install
. Let me know if anything changes for you!
I updated Reanimated but it didn't help. Components that use Reanimated don't work even in storybook.
Description
Hi!. When I try to run a development build using the npx expo run:ios command and I use a component that uses react-native-reanimated I receive an error:
Do you have any idea what I'm doing wrong?
I tried changing the reanimated versions but it didn't help. I have the impression that the error appeared suddenly because there was no problem with this version before.
I have never had such problems using Reanimated before.
Steps to reproduce
Snack or a link to a repository
https://github.com/software-mansion/react-native-reanimated
Reanimated version
3.6.2
React Native version
0.73.5
Platforms
Android, iOS
JavaScript runtime
Hermes
Workflow
Expo Dev Client
Architecture
None
Build type
Debug app & dev bundle
Device
iOS simulator
Device model
No response
Acknowledgements
Yes