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

A draggable and sortable grid of react-native

Results 53 react-native-draggable-grid issues
Sort by recently updated
recently updated
newest added

I have react-native-draggable-grid inside a ScrollView. When I drag an item to the edge of the ScrollView (top or bottom of it), I would like the ScrollView to scroll (instead...

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. Commits - [`b31e67f`](https://github.com/yeikos/js.merge/commit/b31e67fe6592390c967c991aa604c06ed2ae8c4f) link broken - [`6ad6035`](https://github.com/yeikos/js.merge/commit/6ad6035b901b3d680beac82de39ca83a93885246) Fix prototype pollution - See full diff in [compare view](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=merge&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.2.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any...

dependencies

This is very useful when for example you need to render an overlay view right on top of the pressed item. Introducing dragEnabled property (true by default) to block drag...

``import React, { useState } from 'react' import { DraggableGrid } from 'react-native-draggable-grid' import { getImageUrl } from '@utils' import { ScrollView } from '@tarojs/components' import _ from 'lodash' import...

I found I can replace two items position hard coded, but if I want to replace two items position dynamic, I can't get position of the item I'm about to...

Hello, I have a list of 25 items that are each 25% of the screen height. When I try to move the first item to the 10th spot, the containing...

After dragging the item, FlatList onViewableItemsChanged no longer triggers. [email protected] [email protected] I noticed that when it happens like this there is this bug: ```` { this.setState({scrollEnabled: false}) }} onDragRelease={(data) =>...