clwy-react-native-tableview-simple 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Need src in separate folder instead of direct parent to use metro extraNodeModules
3
+ */
4
+ export { default as Cell } from './components/Cell';
5
+ export { default as Section } from './components/Section';
6
+ export { default as Separator } from './components/Separator';
7
+ export { default as TableView } from './components/TableView';
8
+ export { THEME_APPEARANCE } from './components/Theme';