Skip to content

Commit a6f44c0

Browse files
committed
fix: added missing mock of Touchables (#1700)(by @jaworek)
1 parent dee95e5 commit a6f44c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mock.js

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ module.exports = {
111111
BottomSheetFlatList: ReactNative.FlatList,
112112
BottomSheetVirtualizedList: ReactNative.VirtualizedList,
113113

114+
TouchableOpacity: ReactNative.TouchableOpacity,
115+
TouchableHighlight: ReactNative.TouchableHighlight,
116+
TouchableWithoutFeedback: ReactNative.TouchableWithoutFeedback,
117+
114118
BottomSheetModalProvider,
115119
BottomSheetModal,
116120
BottomSheetBackdrop,

0 commit comments

Comments
 (0)