react-native-tableview
react-native-tableview copied to clipboard
Native iOS UITableView for React Native with JSON support and more
Hi, I added handlers for reorder events, so now we can use reorderable TableView inside ScrollView! P.S. Month passed from [my previous PR](https://github.com/aksonov/react-native-tableview/pull/185), it would be great if you test...
Hello, I'm trying to implement custom cells and am unable to change the cell heights. In the documentation you mention being able to manipulate cell heights, but I am not...
onPress on Item doesn't work in edit mode though I tried to add `allowsSelectionDuringEditing={true}` props ```
Using the (corrected) simple example from https://github.com/aksonov/react-native-tableview/issues/214#issuecomment-631751644: ``` Item 1 Item 1 Item 1 Item 1 Item 1 Item 1 Item 1 ``` the items are not visible except for...
Hey team, You may have noticed that I haven't published any new updates or replied to issues/PRs for some time. I'm no longer actively involved in the react-native community as...
I mean the ios native animation on pushing a new row, also it's possible to add some custom content on sections Example:  This is an example of a section...
Right now, when sorting items - dragged one have quite strong shadow. It's not really matching my app style. I'd like to strongly reduce this shadow opacity or even remove...
- Added support for edit and custom edit button title on editing(swipe) of TableView item.
Hi. On iOS 13, the whole table background color is white in dark mode and I can't seem to be able to change it:  When I press on each...