java.lang.RuntimeException: Attempting to call JS function on a bad application bundle: HMRClient.setup()

On launching dev-client build with the command:
npx expo start --dev-client --tunnel

 ERROR  Your app just crashed. See the error below.
java.lang.RuntimeException: Attempting to call JS function on a bad application bundle: HMRClient.setup()
  com.facebook.jni.NativeRunnable.run(Native Method)
  android.os.Handler.handleCallback(Handler.java:873)
  android.os.Handler.dispatchMessage(Handler.java:99)
  com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
  android.os.Looper.loop(Looper.java:201)
  com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)
  java.lang.Thread.run(Thread.java:764)

Expo version: 48.0.11
react-native: 0.71.6

same issues how to clear that ?