react-native-sortable-grid
react-native-sortable-grid copied to clipboard
Drag-drop-sortable grid view for react native
- useNativeDriver setted false on all places when used animation. - UNSAFE added to all places where there are a warning about ComponentDidMount
``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating...
Implemented the grid inside a ScrollView and it works fine, but when I have a ton of icons and I want to drag one of the last ones to the...
Hi, thanks for sharing the project. I need to adapt this, so that the movement is restricted to one. I did not find any property that serves for that. Any...
Hi @ollija, I have several 'cell's inside this sortable grid. Some cells have props connected to a remote API. Apparently the cells that are inside the sortable_grid don't update and...
I'm using the library to create a photo grid that supports adding, deletion, and reordering of photos. I am storing all of my data in a redux store from which...

 Any idea how can I update the child component when state changes? the numbers arent changing when the state changes
According this [issue](https://github.com/ollija/react-native-sortable-grid/issues/34) the latest commit `git://github.com/ollija/react-native-sortable-grid.git` resolves the issue. But installing the latest version won't resolve the issue. Hence, May I know when this latest commit be merged into...
RN -> 0.52.0 React -> 16.2.0 I use **react-native-navigation**, maybe that causes the problem? Hi @ollija, I tried a long time solving this. Grid displays fine, but drag and drop...