Skip to content

Commit

Permalink
patch: added missing mock of Touchables (#1700)(by @jaworek)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaworek committed Feb 18, 2024
1 parent 0256adb commit 32711dc
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 32711dc

Please sign in to comment.