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
Describe the bug
I am trying to run Galio Framework on React Native Web, and I am getting this error:
/PATH/galio-starter-kit/node_modules/galio-framework/src/Toast.js
Module not found: Can't resolve 'react-native-web/dist/exports/ViewPropTypes' in '/PATH/galio-starter-kit/node_modules/galio-framework/src'
This is even after following the instructions here:
Describe the bug
I am trying to run Galio Framework on React Native Web, and I am getting this error:
/PATH/galio-starter-kit/node_modules/galio-framework/src/Toast.js
Module not found: Can't resolve 'react-native-web/dist/exports/ViewPropTypes' in '/PATH/galio-starter-kit/node_modules/galio-framework/src'
This is even after following the instructions here:
necolas/react-native-web#1537
To Reproduce
Steps to reproduce the behavior:
Clone repo into a directory
npm install
Run with expo
Expected behavior
Web build working
The text was updated successfully, but these errors were encountered: