You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
TypeError: undefined is not an object (evaluating '_expo.default.GLView')
This error is located at:
in _default (at withExpoRoot.js:22)
in RootErrorBoundary (at withExpoRoot.js:21)
in ExpoRootComponent (at renderApplication.js:34)
in RCTView (at View.js:44)
in RCTView (at View.js:44)
in AppContainer (at renderApplication.js:33)
* App.js:6:8 in _default
- node_modules/react-native/Libraries/Renderer/oss/ReactNativeRenderer-dev.js:10865:22 in mountIndeterminateComponent
- node_modules/react-native/Libraries/Renderer/oss/ReactNativeRenderer-dev.js:14091:21 in performUnitOfWork
- ... 17 more stack frames from framework internals
I have had no luck getting the example to work, any guidance is appreciated. Steps I followed:
expo init example && cd example
yarn add expo-pixi
yarn start
package.json dependencies:
the error I get:
My App.js is copy-pasted from the example
Is this an error on my part or is there something wrong here? Thanks
Edit: Have not resolved this yet sorry gave up for the meanwhile (1-25-19)
The text was updated successfully, but these errors were encountered: