0

I am working on a React Native project with Expo for Android, using an Android emulator. However, when I use the development build, the emulator automatically opens my app. But when I try to restart it by pressing r, I get this message:

warn No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB.

1
  • it means the connection between expo and the simulator got lost, sometimes because of changes on network or because of timeout, just rerun the app again by pressing a for android or i for ios Commented Mar 24, 2024 at 5:37

1 Answer 1

0

For persistent occurrence of this error, you may need to clear your cache

expo start -c
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.