react-native-drag-sort
react-native-drag-sort copied to clipboard
🔥🔥🔥Drag and drop sort control for react-native
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Happy to update the README if these changes look good Originally written by @annepham25 and @aarondail Also requested by @eraldoforgoli - issue https://github.com/mochixuan/react-native-drag-sort/issues/107
We noticed some negative performance impacts to our app when using this library to render more than 20 items at a time. This performance optimization only renders items that are...
This library wraps all items that it renders in a TouchableOpacity. This is a problem if you want to use your own custom Touchable component. With the current implementation, the...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...
Make `maxScale`, `minOpacity`, `scaleDuration` and `slideDuration` configurable props. Setting maxScale to 1 effectively disabled item scaling, which is particularly useful when dealing with fixed-width items which would otherwise scale out...
When an item is dragged it scales up but when it is released it does *not* scale back to normal (see attached screenshot). This seems due to an error in...