Reputation: 873
My app is working fine on the web but stuck on the XCode Simulator upon running the initiating cmd expo start
List of files
Tried removing node_modules
, package-lock
etc but nothing seems to work
App has been reloaded numerous times but only works on web.
Upvotes: 4
Views: 1579
Reputation: 873
I found where the problem was, having expo-splash-screen
was causing this issue. I was using this in a useEffect
to load my project font but having removed this package resolved the issue.
Upvotes: 2