Looks good, but it's a bad idea to use the "RCT" prefix for classes that aren't part of the main React Native project, because if we ever add an RCTTableView to the core library, your plugin will conflict.
I suggest calling it something like "RNTableView", or "SHTableView" (your initials) .
Looks good, but it's a bad idea to use the "RCT" prefix for classes that aren't part of the main React Native project, because if we ever add an RCTTableView to the core library, your plugin will conflict.
I suggest calling it something like "RNTableView", or "SHTableView" (your initials) .