-
Notifications
You must be signed in to change notification settings - Fork 118
TypeError: undefined is not an object (evaluating '_expo.default.GLView) #125
Comments
Same issue!! |
I just adapted the imports
App.js
|
Thanks @rafipiccolo for your answer, Your 'Signature' example is working for me. But, are you able to execute this code that use a
This is the same code as the example from https://github.com/expo/expo-pixi, but with "PIXI" swapped with "ExpoPixi". |
I have also tried this:
In this case, no |
hello, this one would work if it wasn't for this other bug wich prevent loading https files : #103 although It may work with http or local file. I'm pretty lazy now as i dont know how to test it. :) 👍
|
I finally succeeded to draw a local image file with this modified version of the basic example:
|
Can't even get the landing page example to work from a clean empty project.
(the example from: https://github.com/expo/expo-pixi).
Did someone recently (june 2020) made something that works with expo-pixi?
Here's the dependencies from package.json:
Did I miss something about the installation/configuration process?
Thanks!
The text was updated successfully, but these errors were encountered: