Commit Graph

47 Commits

Author SHA1 Message Date
Anderson Addo
f50a3c7e98 Update README.md 2018-04-30 08:46:08 +01:00
Anderson Addo
a9d0e9dd63 Update README.md 2018-04-29 00:13:38 +01:00
Anderson Addo
b168ebf0b7 Removed a console debugging command 2018-04-28 22:53:32 +00:00
Anderson Addo
0a5fc4d419 Changed the signature of renderItem
I made the signature of renderItem match the signature of the native SectionList's renderItem.
I also renamed the 'items' prop to 'sections' to reflect the real SectionList.
2018-04-28 22:50:03 +00:00
Anderson Addo
abd795a619 Merge branch 'master' of https://github.com/andersonaddo/react-native-super-grid 2018-04-28 07:23:59 +00:00
Anderson Addo
790ad0f555 Corrected the SuperGridSectionList import statement 2018-04-28 07:23:42 +00:00
Anderson Addo
ed05678b2a Updated the README.md
Updated the README.md to explain the SuperGridSectionView
2018-04-26 14:00:55 +01:00
Anderson Addo
590f1f8591 Refactored and completed the SuperGridSectionList 2018-04-26 11:55:45 +00:00
Anderson Addo
cef47aae43 Made the final adjustments that made the class work
The new class seems fully functional now, I just have tio refactor the code now for readability.
2018-04-25 23:45:04 +00:00
Anderson Addo
5ec4e79620 Made some modifications for SectionList logic
I added some loops and changed some props to cater for SectionLists.
Some temporary console logs also added for debugging!
2018-04-25 10:47:17 +00:00
Anderson Addo
db829f4c7d Added the PRs Welcome Badge
This is a pretty simple repo, so it seemed appropriate.
2018-04-23 07:24:47 +01:00
Anderson Addo
48c2bf64a5 Added a new class that makes a Grid SectionView
Some testing needed, but I essentially just removed the hroizontal option from the code, replaced the FlatList witht he SectionList and added the renderSectionHeader prop.
2018-04-22 16:21:20 +00:00
Saleel
b663255594 Fix in Readme 2018-03-17 19:42:57 +04:00
Saleel S
c46f574ea2 Version 2.1.0 2018-03-17 12:55:31 +04:00
Saleel S
6c7d9cb470 Fix spacing 2018-03-17 12:49:44 +04:00
Saleel S
553daa7205 Use FlatList instead of ListView 2018-03-10 23:52:03 +04:00
Saleel
8540ce6303 Update Documentation 2018-02-19 12:46:51 +04:00
Saleel
530ba5acdc Merge pull request #24 from budiadiono/master
TypeScript support
2018-02-09 11:32:57 +04:00
Budi Adiono
717b9145a0 TypeScript support 2018-02-08 21:36:20 +07:00
Saleel S
2377d3408a Version 2.0.2 2018-01-11 18:20:29 +04:00
Saleel S
f71df1b295 Allow dynamic update of itemDimension 2018-01-11 18:16:11 +04:00
Saleel
1e178ea848 Merge pull request #18 from mannycolon/master
Fixed render empty section headers Warning
2017-12-13 11:46:46 +04:00
Manny Colon
17b7763d8d Update index.js 2017-12-11 01:16:54 -05:00
Saleel S
49f38ccc01 Version 2.0.0 2017-12-02 12:53:21 +05:30
Saleel S
a86b4d00c7 Add itemWidth prop to make new version backward compatible 2017-12-02 12:49:29 +05:30
Saleel S
24f6c6ff5c Linting 2017-12-02 12:40:02 +05:30
Saleel
be86078c36 Merge pull request #15 from BoundlessDrop/horizontal
Add ability to have a horizontal grid
2017-12-02 12:33:20 +05:30
Hamza Sharawi
ff3bdffb3d name saber 2017-11-14 13:38:53 +02:00
Hamza Sharawi
60b66c281c README edits 2017-11-14 13:36:53 +02:00
Hamza Sharawi
df6dfe4a64 fixes on code 2017-11-14 13:30:23 +02:00
Hamza Sharawi
ae7746dba4 saber 2017-11-13 13:21:03 +02:00
Hamza Sharawi
f6951e6e03 fix 2017-11-13 13:14:51 +02:00
Hamza Sharawi
fcbe2b6cf2 modify README 2017-11-13 12:35:12 +02:00
Hamza Sharawi
33e52b2957 add ability to have horizontal grid 2017-11-13 12:27:38 +02:00
Saleel S
de838819c6 Version 1.1.0 2017-11-03 22:48:15 +05:30
Saleel
1b20266a8b Merge pull request #14 from caudaganesh/propTypes-deprecated
replace view.propTypes to ViewPropTypes for 0.49+
2017-11-03 22:37:52 +05:30
caudaganesh
d2c8088240 replace view.propTypes to ViewPropTypes for 0.49+ 2017-11-02 19:59:42 +07:00
Saleel S
2c07c5bab0 Version 1.0.4 2017-10-09 19:55:43 +05:30
Saleel S
70a896cd5d Add prop-types package and use it instead of deprecated PropTypes from core react 2017-10-09 19:53:20 +05:30
Saleel
507b0022ad Merge pull request #11 from thejettdurham/thejettdurham-add-containerWidth-prop
Add Optional Prop for Static Grid width
2017-10-09 22:17:08 +08:00
Jett Durham
7deae3371f Added defaultProp entry for staticWidth 2017-10-04 10:08:28 -05:00
Jett Durham
35ac802fa7 Added optional staticWidth prop and associated docs in README 2017-10-04 10:05:41 -05:00
saleel
ff8637fb8b Version 1.0.3 2017-06-06 23:55:45 +04:00
Saleel
6654b733de Merge pull request #3 from heaversm/pass-item-index-#2
Pass item index to renderItem
2017-06-06 23:08:32 +04:00
Mike Heavers
37d843f334 correct error in readme example where prop is renderRow instead of renderItem 2017-06-06 11:58:11 -07:00
Mike Heavers
0c9157ecc8 pass index to renderItem 2017-06-06 11:57:15 -07:00
saleel
c3b08e2ef6 Initial Commit 2017-04-08 01:01:27 +04:00