Skip to content

Commit 9ddd7b4

Browse files
authored
Export SwipeableRow
We were using the older behavior where the row was exported from library.
1 parent 9f7f4eb commit 9ddd7b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import SwipeableFlatList from './Swipeable/SwipeableFlatList';
22

3+
export {default as SwipeableRow} from './Swipeable/SwipeableRow';
4+
35
export default SwipeableFlatList;

0 commit comments

Comments
 (0)