react-native-tableview-list icon indicating copy to clipboard operation
react-native-tableview-list copied to clipboard

Non-Custom Cell Support

Open jacobp100 opened this issue 1 year ago • 0 comments

Add support for the default iOS table cells

Basically fork the main JS component, remove all the windowing code, add a title and an optional subtitle prop to sectionData

On the iOS side, either make a base class of RCTTableViewList and subclasses for the custom/non-custom cells - or just make that class handle both if it doesn't impact readability too much

jacobp100 avatar Oct 20 '22 10:10 jacobp100