Skip to content

Commit 87762ef

Browse files
committed
Bring back Touchables mocks
1 parent def70c8 commit 87762ef

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

packages/react-native-gesture-handler/src/mocks/gestureComponents.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import {
2+
TouchableHighlight,
3+
TouchableNativeFeedback,
4+
TouchableOpacity,
5+
TouchableWithoutFeedback,
26
ScrollView,
37
FlatList,
48
Switch,
@@ -13,3 +17,10 @@ export const LegacySwitch = Switch;
1317
export const LegacyTextInput = TextInput;
1418
export const LegacyDrawerLayoutAndroid = DrawerLayoutAndroid;
1519
export const LegacyRefreshControl = RefreshControl;
20+
21+
export {
22+
TouchableHighlight,
23+
TouchableNativeFeedback,
24+
TouchableOpacity,
25+
TouchableWithoutFeedback,
26+
};

0 commit comments

Comments
 (0)