Closed mabounassif closed 3 years ago
Installing straight from master, I get the following error:
./node_modules/expo-2d-context/src/Expo2DContext.js:67:11
"export 'default' (imported as 'parseColor') was not found in './cssColorParser'
65 | export function cssToGlColor(cssStr) {
66 | try {
> 67 | return parseColor(cssStr);
| ^
68 | } catch (e) {
69 | return [];
70 | }
Hey all,
I'm super happy to have run across this project. While I am familiarizing myself with the code base (so that I can contribute if needed) I've noticed a broken OOB experience. If I install expo-2d-context on a newly created expo project I get the following error:
which at first glance seems to be related to an outdated version of the project on npm.com (I'm assuming last published is 3 years ago): https://www.npmjs.com/package/expo-2d-context
Steps to reproduce:
expo install expo-gl expo-2d-context
npm run web