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 get errors when running npm run web the console shows:
.../App.js
Attempted import error: 'Modal' is not exported from 'expo-modal'.
.../App.js
Attempted import error: 'dismissModal' is not exported from 'expo-modal'.
.../App.js
Attempted import error: 'showModal' is not exported from 'expo-modal'.
Removing the expo-modal related imports in App.js fixes the issue. It would be great if you aimed to maintain react-native-web compatibility, so maybe having an App.web.js without expo-modal would be one way to address this? Another, since it seems you're maintaining the expo-modal package, would be to offer react-native-web compatibility for it, so I created an issue there codersera-repo/expo-modal#1
I get errors when running
npm run web
the console shows:And the browser page shows further errors:
The text was updated successfully, but these errors were encountered: