Watch mode is not supported in this environment

Recently I’m getting this message at Metro Bundler. What does it mean and how can I fix it? Thanks

3 Likes

So do I, can’t solve this yet :expressionless:

downgraded to the sdk to version 34.0.2 and now its worcking fine.

I followed these steps:

  • in app.json changed:
    1. “sdkVersion”: “36.0.0” to “sdkVersion”: “34.0.0”;
  • in package.json changed:
  1. “expo”: “~36.0.0” to “expo”: “~34.0.0”;
  2. “react-native”: “https://github.com/expo/react-native/archive/sdk-34.0.2.tar.gz”;
    And then run “yarn install” or “npm intall” and now it every thing working fine :slight_smile:

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