galio icon indicating copy to clipboard operation
galio copied to clipboard

Using Galio on React Native Web

Open haveamission opened this issue 4 years ago • 0 comments

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

haveamission avatar Nov 01 '20 19:11 haveamission