-
Notifications
You must be signed in to change notification settings - Fork 118
expo web support would be great #72
Comments
I've tried running it on expo-web, and I'm wondering whether this can solved. I mean PixiJS has been built for browsers, so if it can do the most (running on native), it definitely can do the lesser. When I launch a signature view (that works on expo native on iOS/Android), I get the following error:
It looks like what fails is the I'm not sure why this works fine on RN on devices, but not on RN on the web. |
ok, I managed to make it work, and there are two things that RNW does not like. The first one is to use
Then, another thing broke, it's the
I checked and there's indeed a Though, because there's a check for that value to be falsy, I figured I'd try without it, and I added:
Actually, in my experience, having the NOP function As of yet, I did try the If those changes are ok, I can make a Pull Request. |
Fixing the ref prop access on the web platform cf github issue expo/expo#10774 cf Github issue expo#72
To circumvent ../utils not finding it cf Github issue expo#72
No description provided.
The text was updated successfully, but these errors were encountered: