Commit Graph

99 Commits

Author SHA1 Message Date
Timur Gibadullin
932437ae58 Improve perfomance while reordering 2018-03-28 00:03:58 +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
Timur Gibadullin
11c692208a Fix autoscroll on Android 2017-04-27 14:17:49 +03:00
Timur Gibadullin
ba61c84cda Some improvements in code and doc 2017-04-27 11:58:17 +03:00
Timur Gibadullin
fe0bdbd0fa Use local version of the module in Basic example 2017-04-27 11:46:37 +03:00
Sam-Nicolai Johnston
4dff5598da Added refreshControl to ScrollView (#43) 2017-04-27 11:33:17 +03:00
George Lu
081560a88d Remove opacity animation upon mounting and updating (#44)
* removed opacity animation

* fix container style

* remove animation callbacks
2017-04-20 19:24:54 +03:00
Timur Gibadullin
0f2422756f Release 0.0.10 2017-04-18 22:12:28 +03:00
Timur Gibadullin
064a4293e7 Fix bug when scroll enabled after releasing row 2017-04-18 22:09:09 +03:00
Ivan Wu
5bb316bc8b Stop autoScroll if scroll disabled 2017-04-16 23:48:05 +03:00
Timur Gibadullin
fd9ec36715 Add Horizontal example 2017-04-05 11:09:40 +03:00
Timur Gibadullin
9ef4123c3e Add horizontal direction support 2017-04-05 11:09:40 +03:00
Timur Gibadullin
5138d171b3 Release 0.0.8 2017-04-04 22:45:07 +03:00
Ivan Wu
60d5d8811e removed an unused prop, allows touchables now 2017-04-04 22:23:26 +03:00
Tim Gibadullin
3ef59f023d Update README.md 2017-03-17 08:56:57 +03:00