Pure project - Module AppRegistry is not a registered callable module

Hi, I noticed few tickets about information “Module AppRegistry is not a registered callable module” because I’m getting that same error message. Only at first time, after installation. I’m creating new ticket because I think that problem is somewhere deeper. At the beginning I though it’s my application but just few minutes ago I created new one, from Expo Windows program and I’m getting that same error so I can be sure that it’s nothing in my code. Any idea what else I could do to make it work? After 1 month of developing I’m loving Expo, but this one suprised me :slight_smile:

“sdkVersion”: “24.0.0” and other newest things from Expo on Windows.

Dependencies:

{
  "main": "node_modules/expo/AppEntry.js",
  "private": true,
  "scripts": {
    "test": "node ./node_modules/jest/bin/jest.js --watch"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "dependencies": {
    "@expo/samples": "2.1.1",
    "expo": "^24.0.0",
    "react": "16.0.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz",
    "react-navigation": "^1.0.0-beta.21"
  },
  "devDependencies": {
    "jest-expo": "^24.0.0"
  }
}

https://cl.ly/3l3F2B3Y3d3G/Image%202018-01-11%20at%201.37.21%20PM.png

and details:

https://cl.ly/3U0S2L0a0U0F/Image%202018-01-11%20at%209.09.17%20PM.png

For Empty Project with dependencies also this same:

{
  "main": "node_modules/expo/AppEntry.js",
  "private": true,
  "dependencies": {
    "expo": "^24.0.0",
    "react": "16.0.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz"
  }
}

1 Like

After downgrading to Expo 23 everything is working like a charm, I will stick with 23 and wait for Expo 25, hope the next release will fix this issue.

By the way, great job Expo team!
Cheers

1 Like

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