react-native-sortable-grid icon indicating copy to clipboard operation
react-native-sortable-grid copied to clipboard

Drag-drop-sortable grid view for react native

Results 52 react-native-sortable-grid issues
Sort by recently updated
recently updated
newest added

- 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...

![image](https://user-images.githubusercontent.com/23076937/58416347-dc989800-80b3-11e9-8fe9-3b9586a56851.png)

![2017-12-04 18 04 36](https://user-images.githubusercontent.com/25007087/33547047-b0d2cbe4-d91d-11e7-9a8e-414af71d090b.gif) 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...