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
Because react-native gets hoisted up to the top level, vscode thinks that the expo workspaces isn't a react native project and won't debug. Adding react-native to nohoist causes a "Cannot find module 'node_modules/@babel/runtime/helpers/interopRequireDefault' error.
Have you had any luck with this?
The text was updated successfully, but these errors were encountered:
Because react-native gets hoisted up to the top level, vscode thinks that the expo workspaces isn't a react native project and won't debug. Adding react-native to nohoist causes a "Cannot find module 'node_modules/@babel/runtime/helpers/interopRequireDefault' error.
Have you had any luck with this?
The text was updated successfully, but these errors were encountered: