Commit Graph

112 Commits

Author SHA1 Message Date
Marcos Rodriguez Vélez
e4e44a01a9
Update Row.js 2021-08-26 00:31:38 -04:00
Surya Sagi
46e39a30ae
Merge pull request #1 from surya-moven/master
CHORE: Remove deprecated lifecycle methods
2020-04-02 12:25:46 -04:00
surya-moven
0c08b861ae CHORE: Remove deprecated lifecycle methods 2020-04-02 12:23:36 -04:00
Zach
60336ebe26
release 0.0.24 (#178) 2020-02-07 00:13:08 +03:00
Attila Gazso
20b1208da3 Added keyboardShouldPersistTaps property (#154) 2019-11-26 21:47:02 +03:00
Zach
cd3b89c4d0 Expose more props for added flexability (#157)
* accept onScroll prop

* snap

* added scrollEnabled update prop

* fix paging

* fix propTypes
2019-11-26 21:42:58 +03:00
Tareq Dayya
a1ec06e9ae added following props to ScrollView: (#177)
- nestedScrollEnabled
- disableIntervalMomentum
2019-11-26 21:36:58 +03:00
Timur Gibadullin
8b3b9ef625 Release 0.0.23 2019-04-11 03:14:30 +03:00
Paul
d706ec915e Return the new list order on release row (#117)
* add the current order to _onReleaseRow callback

* add the current order to _onReleaseRow callback
2019-04-11 03:11:14 +03:00
jpstrikesback
575abd8383 Use ViewPropTypes in row (#103) 2019-04-11 03:08:30 +03:00
Jordan Cleigh
f49f45228e Adds conditional rendering (#139) 2019-04-11 03:05:46 +03:00
AshishKapoor
477c767e01 Create LICENSE (#147) 2019-04-11 03:04:35 +03:00
Timur Gibadullin
759a2eac3e Release 0.0.22 2018-04-14 08:11:03 +03:00
Junyuan Xue
d494d2f76a Adding hide scroll indicator props (#84)
* adding hide scroll indicator props

* proptypes and readme
2018-04-14 08:09:13 +03:00
Timur Gibadullin
8883239f22 Release 0.0.21 2018-03-01 00:43:57 +03:00
Jamie Curtis
2a834de1d7 Add renderHeader which acts the same as renderFooter but at the top (#91)
* Add renderHeader which acts the same as renderFooter but at the top

* Keep trailing comma

* Revert undefined check fix for separate PR
2018-02-28 18:12:45 +03:00
Jamie Curtis
7d995f50f2 Prevent crash by checking for undefined rowLayouts[key] (#93) 2018-02-28 18:11:50 +03:00
Jamie Curtis
4198d23318 Add innerContainerStyle that styles the sortable section and not the header and footer (#92)
ok, thanks for contribution, will release it soon
2018-02-28 17:01:31 +03:00
Timur Gibadullin
0896a6c4ac Release 0.0.20 2018-01-18 21:18:50 +03:00
Erivelton Elias
fe84e0bd54 remove warning that data need be an object [data allow object and array] (#82)
* Update SortableList.js

* Update data accept PropTypes
2018-01-17 20:16:34 +03:00
Timur Gibadullin
cc03b8e2ce Add badges to the readme 2017-11-17 01:50:24 +03:00
Timur Gibadullin
7f897abffc Release 0.0.19 2017-11-17 01:33:18 +03:00
Brad Bumbalough
4318d84e51 Only set pan responder on relevant gestures
- This should allow for child horizontal pan responders (ie swiping).
2017-11-17 00:56:13 +03:00
Timur Gibadullin
250e35f01f Code-style fixes 2017-11-17 00:55:19 +03:00
Brad Bumbalough
83133563da Expose toggleRowActive to renderItem component
- Use `manuallyActivateRows={true}` to have the `toggleRowActive` prop exposed to rendered rows.
- The out of box timer with pan responder will not activate rows.
2017-11-17 00:34:59 +03:00
Timur Gibadullin
ebbf4e5933 Update examples 2017-11-17 00:02:08 +03:00
Timur Gibadullin
97e82800b1 Release 0.0.18 2017-10-17 17:58:39 +03:00
David
af8e828c48 [Props] update deprecated View.propTypes to ViewPropTypes (#71) 2017-10-17 17:49:59 +03:00
Timur Gibadullin
f8260e26dc Release 0.0.17 2017-09-30 13:06:22 +03:00
jlo1
c1a69931ca Stretch row so child items fill container list (#67) 2017-09-30 13:05:11 +03:00
Timur Gibadullin
c3a11701aa Tiny refactoring 2017-09-15 11:37:15 +03:00
Timur Gibadullin
54ed60f74f Fix activation/deactivation conditions in Row 2017-09-15 11:33:01 +03:00
Timur Gibadullin
4d748a80a0 Update the Basic example 2017-07-17 18:43:16 +03:00
Timur Gibadullin
24625532a7 Update the Horizontal example 2017-07-17 18:26:29 +03:00
Timur Gibadullin
f2b1440337 Release 0.0.16 2017-07-13 12:24:11 +03:00
Timur Gibadullin
fe074bb62b Replace PropTypes from react with form prop-types package 2017-07-13 12:19:44 +03:00
Timur Gibadullin
3ce9e10c2c Release 0.0.15 2017-07-06 14:42:28 +03:00
Timur Gibadullin
6540f089cf Remove side-effects from renders 2017-07-06 14:40:30 +03:00
Timur Gibadullin
14b99a50af Add description about rowActivationTime prop 2017-05-25 12:24:56 +03:00
Timur Gibadullin
6d8015da23 Release 0.0.14 2017-05-25 12:19:49 +03:00
Timur Gibadullin
0f94a8d86d Introduce rowActivationTime prop 2017-05-25 12:19:27 +03:00
Timur Gibadullin
70fbbc1ea4 Release 0.0.13 2017-05-17 10:21:29 +03:00
Timur Gibadullin
791646e8c7 Fix crash null is not an object (evaluating 'footerLayout.height') 2017-05-17 10:20:42 +03:00
Timur Gibadullin
dfb3eedc5c Mark optional props in README 2017-05-13 01:07:35 +03:00
Timur Gibadullin
d6bf50d0d2 Release 0.0.12 2017-05-13 00:39:18 +03:00
Timur Gibadullin
e9eeb61923 Fix bug while dragging over footer 2017-05-13 00:36:46 +03:00
Timur Gibadullin
ece89fd349 Add renderFooter 2017-05-13 00:13:40 +03:00
Tim Gibadullin
848f863472 Update README.md 2017-05-04 18:07:20 +03:00
Timur Gibadullin
c06d235a06 Release 0.0.11 2017-04-27 14:33:37 +03:00
Timur Gibadullin
033a02fc8b Fix the component appearance 2017-04-27 14:33:08 +03:00