[expo-44.0.6]package expo.modules.adapters.reanimated does not exist
See original GitHub issueSummary
Android build is not working with reanimated 2.5.0
Managed or bare workflow? If you have ios/
or android/
directories in your project, the answer is bare!
bare
What platform(s) does this occur on?
Android
SDK Version (managed workflow only)
No response
Environment
expo-env-info 1.0.2 environment info: System: OS: macOS 11.6 Shell: 5.8 - /bin/zsh Binaries: Node: 14.18.2 - ~/.nvm/versions/node/v14.18.2/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 6.14.15 - ~/.nvm/versions/node/v14.18.2/bin/npm Watchman: 2022.02.07.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.2 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3 Android SDK: API Levels: 26, 27, 28, 29, 30, 31 Build Tools: 27.0.3, 28.0.3, 29.0.2, 30.0.2, 30.0.3, 31.0.0, 33.0.0 System Images: android-30 | Google Play ARM 64 v8a, android-31 | Google APIs ARM 64 v8a, android-31 | Google Play Intel x86 Atom_64 IDEs: Android Studio: 2020.3 AI-203.7717.56.2031.7678000 Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild npmPackages: expo: ^44.0.6 => 44.0.6 react: ^17.0.2 => 17.0.2 react-native: ^0.67.2 => 0.67.2 Expo Workflow: bare
Reproducible demo
error: package expo.modules.adapters.reanimated does not exist new expo.modules.adapters.reanimated.EXReanimatedPackage(),
Issue Analytics
- State:
- Created 2 years ago
- Reactions:8
- Comments:12 (1 by maintainers)
Adding this to your
package.json
fixes itcopied from https://github.com/software-mansion/react-native-reanimated/issues/3088
I downgraded to 2.4.1 for now while expo hasn’t updated their end yet.