question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[expo-44.0.6]package expo.modules.adapters.reanimated does not exist

See original GitHub issue

Summary

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:closed
  • Created 2 years ago
  • Reactions:8
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

10reactions
KROSFcommented, Mar 23, 2022

Adding this to your package.json fixes it

"expo": {
    "autolinking": {
      "exclude": [
        "react-native-reanimated"
      ]
    }
  },

copied from https://github.com/software-mansion/react-native-reanimated/issues/3088

3reactions
aprilmintacpinedacommented, Mar 23, 2022

I downgraded to 2.4.1 for now while expo hasn’t updated their end yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

React - error: package expo.modules.updates does not exist
Try to search in your android project for occurrences of expo.modules.*. I had a similar issue and found that there was a ...
Read more >
Reanimated - Expo Documentation
Reanimated uses React Native APIs that are incompatible with "Remote JS Debugging" for JavaScriptCore. In order to use a debugger with your app...
Read more >
expo-modules-core - npm
Start using expo-modules-core in your project by running `npm i expo-modules-core`. There are 46 other projects in the npm registry using ...
Read more >
expo | Yarn - Package Manager
The expo package is a single package you can install in any React Native app to begin using Expo modules. includes core infrastructure...
Read more >
expo modules core not found - You.com | The AI Search ...
Gradle script uses project(":expo-modules-core") . expo-modules-core is located in node_modules directory, but the expo-module yarn template doesn't connect to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found