Justin Mak
Justin Mak
Is anyone else running into this issue when using Typescript and Expo?
In the same boat here :(
I just threw together a very simple example integrating the Sortable portion of this library with React if anyone wants to check it out for reference. [Repo](https://github.com/jmakGH/shopify-draggable-react-example) [Demo](https://jmakgh.github.io/shopify-draggable-react-example/)
No problem guys, although I should note it's definitely a rough draft. ~~The current setup works outside of the React lifecycle, meaning that sorting the blocks only changes the UI...