Shachar
Shachar
Updated from origin, build passes
fixed a bunch of edge case bugs
I think android is ready for roll out
> Would this support web too? @nandorojo Why not? It can wrap around [`react-dnd`](https://react-dnd.github.io/react-dnd/about)
I think it isn't feasible. The code can't be separated from the core. And can't be patched together. There is logic that changed. You could PR my fork and I'll...
Android works completely. iOS isn't supported. Clone the fork and run the example app > In [`Example/draggable`](https://github.com/ShaMan123/react-native-gesture-handler/tree/drag-gesture-handler/Example/draggable) `index.js` is a simple `PanGestureHandler`, not a `DragGestureHandler`. > `list.js` should work as...
OK, my bad. I forgot to reverse the matrix. Still, is there a better approach? Can you guys point out touch handling in the source code, it might come in...
Thanks for the thorough response! It seems you had in mind that I'm using `Mathjax` in a web environment, but that's not the case. Will click handlers work in node...
@jacobp100 let's join efforts, what say you? I see you're more knowledgeable in Mathjax than I am. Take a look at my [solution](https://github.com/ShaMan123/react-native-math-view). It doesn't use `react-native-svg` because: a. I...
Indeed that is my approach. The only problem is understanding what symbol is being hit, which is the reason I opened this issue.