Jörundur Jörundsson

Results 8 comments of Jörundur Jörundsson

@wcandillon I'm experiencing the same thing. Here's a reproducible demo: 1. `npx create-expo-app my-app` 2. `npx expo install @shopify/react-native-skia` `package.json` now looks like this: ```json { "name": "my-app", "version": "1.0.0",...

@chriswiggins Thanks, this fixed it for me! Simple solution.

@see2ever > for now, i wrap canvas in the react-native-gesture-handler's GestureDetector Can you add some sample code for how you managed to solve this via GestureDetector?

For future reference, I found a solution in the end and describe it here: https://github.com/Shopify/react-native-skia/discussions/898#discussioncomment-3636831

Just wanted to chip in that I'm having the same issue and some of the solutions above were not working consistently for me but this however is consistently working for...

@alexZajac Would it be possible to move the these dependencies in the package.json ``` "expo-linear-gradient": "^11.4.0", "react-native-reanimated": "2.10.0", ``` to `peerDependencies` rather than keep them in `dependencies`? And also not...

Having the same issue. Can someone from Segment look into this? It's been over a month now. EDIT: I just ran the command again and this time it worked. The...

@egtann I'm experiencing a similar issue, although I have a docker container running in my Synology NAS (with a [tailscale sidecar](https://tailscale.com/blog/docker-tailscale-guide#remote-access)) which I've set to use a Mullvad exit node....