Replies: 1 comment
-
I've not seen an error like this before. I'd suggest creating a brand new application and adding the minimal dependencies as possible to see if you can reproduce it/if the issue really lies around something in this repo. If you can create a repo with minimal deps and share it here, I can take a look. Otherwise, my hunch is that this has more to do with your environment/setup than the library potentially! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to update from the legacy version 36.6.11 to v40+. I have tried several releases from the latest down to 40.0.0. They all crash with the same error after the bridge loads:
Compiling JS failed: 217:5:unexpected token after assignment expression Buffer size 68049 starts with: 5f5f642866756e6374696f6e2028676c and has protection mode(s): r--p
I have tried to bump the versions of react-native-reanimated, react-native-gesture-handler and @shopify/react-native-skia.
If I comment out
CartesianChart
the bridge loads. Been trying to include one simple graph:Commenting this out makes the app work ...
Note: Bumping to latest reanimated crashes the app with no feedback at all so I had to bump down to 3.16.3.
Other things I have tried:
My packages:
"react": "18.2.0"
"react-native": "0.74.1"
"react-native-reanimated": "3.16.3"
"@shopify/react-native-skia": "^1.3.8"
"react-native-gesture-handler": "^2.23.1"
Beta Was this translation helpful? Give feedback.
All reactions