Skip to content

Commit 52a3660

Browse files
committed
fix(mobile): add default export for draggable flatlist mock
1 parent 8561a3e commit 52a3660

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/mobile/__mocks__/react-native-draggable-flatlist.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ function DraggableFlatList(props) {
55
}
66

77
module.exports = DraggableFlatList;
8+
module.exports.default = DraggableFlatList;
89
module.exports.ScaleDecorator = ({ children }) => children;

0 commit comments

Comments
 (0)