Alberto
Alberto
Seems to be related to: https://github.com/wix/react-native-navigation/commit/345344a2c27611c6b3dc24f7a54742b2df25a7cc Any idea why that code would cause this @yogevbd ? As a temporary solution I used patch-package to revert that commit for our app.
Any update on this @oliemansm ?
Hate to be that guy but could we get an update? @oliemansm The library we use for the current protocol is heavily outdated and we are looking to move to...
Does this fix: https://github.com/react-grid-layout/react-grid-layout/issues/1877
Just tested this locally and it works like a charm. Fixes #1877
Ah better explained in: #2009
Mouse pointer gets dis-aligned when isBounded={true} and an element is dragged outside the container
This is quite a nasty bug, we are using the library to build a dashboard with widgets so isBounded is a must (otherwise you can infinitely keep dragging to a...
Mouse pointer gets dis-aligned when isBounded={true} and an element is dragged outside the container
Seems to be fixed by: https://github.com/react-grid-layout/react-grid-layout/pull/2017 Tried it locally by doing a checkout -> yarn build -> point package.json's react-grid-layout to my local repo. (using yarn v3) ``` "react-grid-layout": "../react-grid-layout/",...
Not sure, how we have been doing it so far is by loading it inside a WebView. Which works but so far it hasn't been a great experience.