Build ERROR: Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)

Please run expo diagnostics and paste the log that’s printed out along with your question or issue!

EXPO DIAGNOSTICS

Expo CLI 4.8.1 environment info:
System:
OS: macOS 11.2.3
Shell: 5.8 - /bin/zsh
Binaries:
Node: 14.17.1 - /usr/local/bin/node
npm: 7.18.1 - /usr/local/bin/npm
Watchman: 2021.06.07.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.10.1 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.6953283
Xcode: 12.5.1/12E507 - /usr/bin/xcodebuild
npmPackages:
expo: ^42.0.3 => 42.0.3
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: ^0.63.4 => 0.63.4
react-native-web: ^0.17.1 => 0.17.1
npmGlobalPackages:
expo-cli: 4.8.1
Expo Workflow: bare

BUILD ERROR

[Thu Jul 22 2021 21:48:34.555] BUNDLE ./ index.js

[Thu Jul 22 2021 21:48:42.901] WARN The “UMNativeModulesProxy” native module is not exported through NativeModules; verify that @unimodules/react-native-adapter’s native code is linked properly

[Thu Jul 22 2021 21:48:42.903] WARN No native ExponentConstants module found, are you sure the expo-constants’s module is linked properly?

[Thu Jul 22 2021 21:48:42.903] ERROR Error: Expo native runtime is not available: something went wrong and we aren’t sure what it was. Please post more information and get support at https://forums.expo.dev.

[Thu Jul 22 2021 21:48:42.904] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)

[Thu Jul 22 2021 21:48:42.905] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)

Read the full error message, it tells you that unimodules aren’t set up correctly :slight_smile:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.