We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def70c8 commit 87762efCopy full SHA for 87762ef
1 file changed
packages/react-native-gesture-handler/src/mocks/gestureComponents.tsx
@@ -1,4 +1,8 @@
1
import {
2
+ TouchableHighlight,
3
+ TouchableNativeFeedback,
4
+ TouchableOpacity,
5
+ TouchableWithoutFeedback,
6
ScrollView,
7
FlatList,
8
Switch,
@@ -13,3 +17,10 @@ export const LegacySwitch = Switch;
13
17
export const LegacyTextInput = TextInput;
14
18
export const LegacyDrawerLayoutAndroid = DrawerLayoutAndroid;
15
19
export const LegacyRefreshControl = RefreshControl;
20
+
21
+export {
22
23
24
25
26
+};
0 commit comments