browser-polyfill icon indicating copy to clipboard operation
browser-polyfill copied to clipboard

Alpha.4 changes cause incompatibilities with PIXI

Open mslavik2 opened this issue 6 years ago • 1 comments

The change made here causes PIXI to determine that a GL view cannot be used in their util.isWebGLSupported function which breaks expo-pixi. The second argument in the function was ignored initially but is now assumed to be a context which in PIXI's case it is not. This issue makes expo-pixi unusable with this package past alpha.3. I have locked the resolution of this package at alpha.3 which seems to have fixed my issue but this is not a solution I would like to keep.

I would submit a PR to fix it myself but I don't feel like I have the experience with this package and the packages it supports to make sure a solution I come up with wouldn't break another project.

mslavik2 avatar Jun 07 '19 14:06 mslavik2

This pull request will solve this: https://github.com/expo/browser-polyfill/pull/19

tditlu avatar Jun 14 '19 16:06 tditlu