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
Add support for the default iOS table cells
Basically fork the main JS component, remove all the windowing code, add a
titleand an optionalsubtitleprop tosectionDataOn the iOS side, either make a base class of
RCTTableViewListand subclasses for the custom/non-custom cells - or just make that class handle both if it doesn't impact readability too much