You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue, with same steps and same outcome. Figured out that in my app.json i had "packagerOpts": { "config": "metro.config.js", "sourceExts": ["js","jsx","svg",] },
insead of "packagerOpts": { "config": "metro.config.js", "sourceExts": [ "js","jsx","svg","ts","tsx"] },
changing that fixed my issue
I am getting the error below after updating from
5.0.0
to5.2.0
Your Environment
The text was updated successfully, but these errors were encountered: