lanklaas
lanklaas
Thanks for the quick response. I tried to put it in a Mutex as well as a Arc, but I still got the issue. Should the mutex work here or...
It is the closest I could get the example to the actual code. I have a lib crate that compiles fine with the async API, but when I use it...
Ok thanks for the help! Will use sync for now. I will leave the ticket open, but you can close it if you like
Try [this](https://github.com/expo/expo-pixi/issues/75#issuecomment-490853443) for the gl.createBuffer issue: I added "@expo/browser-polyfill": "0.0.1-alpha.3" to my node modules and made sure that expo-pixi is on version 1.0.1 Use npm ls @expo/browser-polyfill and npm ls...
@isocra you can try [this](https://github.com/expo/expo-pixi/issues/76#issuecomment-490921937)
Hi @isocra, Did you try to delete the node_modules and the package-lock.json and re-install everything? I see there is still an alpha.5 and everything needs to be alpha.3. browser-polyfill is...
I added this to my package.json to get it working: "@expo/browser-polyfill": "0.0.1-alpha.3"