disables the getContextAttributes from context on web platform cf #147
changes the ref assignment for GLView. There's an issue opened on expo-gl, because I believe it should be fixed there, not here. cf expo/expo#10774.
Fixes the takeSnapshotAsync() call for the web platform by using the static call. I'm not sure why the local utils one is actually failing to call the bound one.
About 3. I did not make an issue, because even though the takeSnapshotAsync call works, it only saves blank images. I need to figure out why (maybe I'm giving it a wrong context? 🤔 )
This could be three distinct one commit PR, though I believe they all belong together as it's achieving one goal: make Signature work on the web :)
Hello 👋 It's been almost a year since I pushed that PR and that I'm running a fork of expo-pixi. Is there someone left to maintain this code base ? 🤔
getContextAttributes
from context on web platform cf #147ref
assignment for GLView. There's an issue opened on expo-gl, because I believe it should be fixed there, not here. cf expo/expo#10774.takeSnapshotAsync()
call for the web platform by using the static call. I'm not sure why the local utils one is actually failing to call the bound one.About 3. I did not make an issue, because even though the
takeSnapshotAsync
call works, it only saves blank images. I need to figure out why (maybe I'm giving it a wrong context? 🤔 )This could be three distinct one commit PR, though I believe they all belong together as it's achieving one goal: make Signature work on the web :)