Can't run app (unexpected token hashassetsfile)

Using exp 50.0.5
I’ve tried clearing the cache, resetting content & settings for the simulator…basically turning everything on and off and nothing’s worked. Help pls

the hashAssetFiles thing is unrelated, that’s just the query params to the AppEntry.bundle file. somewhere in your code you have a * where it is invalid, and it is causing this error

I didn’t think it was caused by an invalid ‘*’ because my teammates were able to run and build the same code on their machines and we’re all running from the latest commit

Solved! By creating a new empty Expo app project and moving all my files into that new project.

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