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 87762ef commit 97ed97fCopy full SHA for 97ed97f
1 file changed
packages/react-native-gesture-handler/src/mocks/gestureComponents.tsx
@@ -11,16 +11,15 @@ import {
11
RefreshControl,
12
} from 'react-native';
13
14
-export const LegacyScrollView = ScrollView;
15
-export const LegacyFlatList = FlatList;
16
-export const LegacySwitch = Switch;
17
-export const LegacyTextInput = TextInput;
18
-export const LegacyDrawerLayoutAndroid = DrawerLayoutAndroid;
19
-export const LegacyRefreshControl = RefreshControl;
20
-
21
export {
22
TouchableHighlight,
23
TouchableNativeFeedback,
24
TouchableOpacity,
25
TouchableWithoutFeedback,
+ ScrollView as LegacyScrollView,
+ FlatList as LegacyFlatList,
+ Switch as LegacySwitch,
+ TextInput as LegacyTextInput,
+ DrawerLayoutAndroid as LegacyDrawerLayoutAndroid,
+ RefreshControl as LegacyRefreshControl,
26
};
0 commit comments