galio
galio copied to clipboard
Using Galio on React Native Web
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:
https://github.com/necolas/react-native-web/issues/1537
To Reproduce Steps to reproduce the behavior: Clone repo into a directory npm install Run with expo
Expected behavior Web build working