react-native-tableview
react-native-tableview copied to clipboard
Native iOS UITableView for React Native with JSON support and more
Hi, This issue is not related to 'react-native-tableview'. We are creating a new private component library for our organization. I tried the following: 1. Component library itself as a separate...
Code for reproduction is here: https://github.com/henrikra/react-native-tableview/blob/append-items-bug/example/src/screens/Example9.js ## What I would like to achieve I would like to achieve that always when I add new items to the end of the...
@iRoachie Are you interested in the option to support rounded corners on the sections? I've got it to work for me but would like to know if this is something...
I use RNTableView with custom cell,cell have touch-events too,when I tap --> hold --> scroll --> release ,it performance as expect , then when i quickly drag it and release...
Is there a way to change an individual ``'s color without changing the color of the whole table? `textColor` sets the color of the `TableView`, and using `` doesnt seem...
By default on iOS, UITableView shows extra separators in the empty place below the cells:  As `RNTableView` is always initialising `tableFooterView`, these separators aren't shown. Could we initialise...
How to customize the view for header or footer InSection @nickw @aksonov
The TableView doesn't update when I run example 3 and filter by a property on the state, ``` // list spanish provinces and add 'All states' item at the beginning...
Now animation hard-coded to false https://github.com/aksonov/react-native-tableview/blob/master/RNTableView/RNTableView.m#L485 Can you add property to change it?