galio-org / galio

Galio is a beautifully designed, Free and Open Source React Native Framework
https://galio.io/
MIT License
3.11k stars 320 forks source link

Using Galio on React Native Web #234

Open haveamission opened 3 years ago

haveamission commented 3 years ago

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