Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Expo java.io.ioexception unexpected end of stream on http

Tags:

react-native

I am trying to use Expo Go to scan the QR code after running npx expo start on the react native project and the screen shows the error java.io.ioexception unexpected end of the stream. May I ask where will be the problem in order to solve the issue?

Error running react native app

like image 684
Dom Avatar asked Oct 20 '25 19:10

Dom


2 Answers

It's working for me after clearing the bundler cache npx expo start --clear --tunnel

or

Update the node version to v18.18.0

like image 50
Shivo'ham 0 Avatar answered Oct 22 '25 20:10

Shivo'ham 0


To me worked clear the Expo cache data on android. Holding pressed the Expo Go -> App info -> storage -> Clear data

like image 42
Guga82 Avatar answered Oct 22 '25 18:10

Guga82