Skip to content

Commit

Permalink
fix: added missing mock of Touchables (#1700)(by @jaworek)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Feb 18, 2024
1 parent dee95e5 commit a6f44c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ module.exports = {
BottomSheetFlatList: ReactNative.FlatList,
BottomSheetVirtualizedList: ReactNative.VirtualizedList,

TouchableOpacity: ReactNative.TouchableOpacity,
TouchableHighlight: ReactNative.TouchableHighlight,
TouchableWithoutFeedback: ReactNative.TouchableWithoutFeedback,

BottomSheetModalProvider,
BottomSheetModal,
BottomSheetBackdrop,
Expand Down

0 comments on commit a6f44c0

Please sign in to comment.