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
Hi, I'm trying to get Victory Native XL to work. After following the instructions in 'getting started' I'm getting this error in the console:
TypeError: Cannot read properties of undefined (reading 'XYWHRect')
at Object.XYWHRect (XXXX\node_modules@shopify\react-native-skia\lib\module\skia\web\JsiSkia.js:72:47)
at anonymous (XXXX\node_modules@shopify\react-native-skia\lib\module\skia\core\Rect.js:7:15)
at CartesianChart (XXXX\node_modules\victory-native\dist\cartesian\CartesianChart.js:290:50)
at renderWithHooks (XXXX\node_modules\react-dom\cjs\react-dom.development.js:16305:18)
at mountIndeterminateComponent (XXXX\node_modules\react-dom\cjs\react-dom.development.js:20074:13)
at beginWork (XXXX\node_modules\react-dom\cjs\react-dom.development.js:21587:16)
at HTMLUnknownElement.callCallback (XXXX\node_modules\react-dom\cjs\react-dom.development.js:4164:14)
at Object.invokeGuardedCallbackDev (XXXX\node_modules\react-dom\cjs\react-dom.development.js:4213:16)
at invokeGuardedCallback (XXXX\node_modules\react-dom\cjs\react-dom.development.js:4277:31)
at beginWork$1 (XXXX\node_modules\react-dom\cjs\react-dom.development.js:27451:7)
And this log:
The above error occurred in the component:
at CartesianChart (XXXX/node_modules%5Cexpo%5CAppEntry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.routerRoot=app:115774:7)
at div
at XXXX/node_modules%5Cexpo%5CAppEntry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.routerRoot=app:34875:27
at Graph
at div
at XXXX/node_modules%5Cexpo%5CAppEntry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.routerRoot=app:34875:27
at App (XXXX/node_modules%5Cexpo%5CAppEntry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.routerRoot=app:49810:67)
at withDevTools(App)
at AppContainer (XXXX/node_modules%5Cexpo%5CAppEntry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.routerRoot=app:29714:7)
I'm just trying to get a simple chart to work, using expo environment. The code I'm using this:
Is this an expo error or something in victory Native XL, or is my installation somehow not working properly? Any help in pointing me in the right direction would be so appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to get Victory Native XL to work. After following the instructions in 'getting started' I'm getting this error in the console:
And this log:
I'm just trying to get a simple chart to work, using expo environment. The code I'm using this:
Is this an expo error or something in victory Native XL, or is my installation somehow not working properly? Any help in pointing me in the right direction would be so appreciated.
Beta Was this translation helpful? Give feedback.
All reactions