Hey Guys,
Thanks for this awesome library. We have used it in several projects for signature and sketch features.
Recently expo launced their new client App version 2.21.5 and we now get this error:
this.nativeVaoExtension.createVertexArrayOES is not a function.
We have traced the error to the following file: pixi-gl-core\src\VertexArrayObjects
The issue seems that there are no WebGL extensions on line 19 keeping this.nativeVaoExtension to undefined.
In the previous Expo client this was working perfectly.
Any idea what could cause this to fail on the expo-pixi ?