react-native-sortable-list
react-native-sortable-list copied to clipboard
React Native Sortable List component
tried the sample, after installing the package and typing "expo start", I am getting this error: ./node_modules/react-native-sortable-list/src/SortableList.js:20:11 "export 'ViewPropTypes' was not found in 'react-native-web/dist/index' 18 | data: PropTypes.oneOfType([PropTypes.array, PropTypes.object]).isRequired, 19...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.3.0 to 1.3.1. Commits 1b1333c v1.3.1 7adf995 update @types/jest to ^27.4.1 (and 4 others) c5b4db0 test: CWE-1321 3ad9688 update bplist-parser to 0.3.1 26d93f4 update tests to use...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.3.0 to 1.3.1. Commits 1b1333c v1.3.1 7adf995 update @types/jest to ^27.4.1 (and 4 others) c5b4db0 test: CWE-1321 3ad9688 update bplist-parser to 0.3.1 26d93f4 update tests to use...
import { useEffect } from 'react'; import { Text, StyleSheet, Animated, Platform, Easing,} from 'react-native'; const RowAnimate = props => { const {data, _active} = props; useEffect(() => { if...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.5.1 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
TypeError: undefined is not an object (evaluating 'this._active.interpolate') at node_modules\react-native\Libraries\LogBox\LogBox.js:149:8 in registerError at node_modules\react-native\Libraries\LogBox\LogBox.js:60:8 in errorImpl - ... 9 more stack frames from framework internals Invariant Violation: "main" has not...
used "react-native-sortable-list": "^0.0.24", it's working fine in IOS and android except android 10 OS. not able to drag list item. Attaching my code for reference. const window = Dimensions.get('window'); const...
It seems to _almost_ work there, but after a bit of dragging, the drag freezes.