Reload not working

When I shake my phone and click reload nothing happens.

I’m on Android updated to the latest Expo app. I recently upgraded from SDK 25 to 26.

package.json:

"expo": "^26.0.0",
    "react": "16.3.0-alpha.1",
    "react-native":
      "https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz",

app.json:

{
  "expo": {
    "sdkVersion": "26.0.0"
  }
}

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