Reputation: 4555
I have an expo app that, as soon as I launch on the android simulator, hangs at 99% Building Javascript Bundle and outputs in the console a very cryptic:
Unexpected end of JSON input
I have tried:
Nothing seems to work, furthermore that single line error I have no idea where it comes from!
Is there any way to get more verbose logs from the metro bundler?
It's driving me insane this issue.
Thanks!
Upvotes: 6
Views: 2770
Reputation: 391
This is related to a known issue. You may have to run expo publish
to generate these missing data. https://github.com/expo/expo/issues/1746
I recommend setting your project to unlisted
before doing so.
Upvotes: 0