We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7f4eb commit 9ddd7b4Copy full SHA for 9ddd7b4
index.js
@@ -1,3 +1,5 @@
1
import SwipeableFlatList from './Swipeable/SwipeableFlatList';
2
3
+export {default as SwipeableRow} from './Swipeable/SwipeableRow';
4
+
5
export default SwipeableFlatList;
0 commit comments