GT2/Ejectable/node_modules/react-native-gesture-handler/lib/module/components/touchables/index.js

5 lines
331 B
JavaScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
export { default as TouchableNativeFeedback } from './TouchableNativeFeedback';
export { default as TouchableWithoutFeedback } from './TouchableWithoutFeedback';
export { default as TouchableOpacity } from './TouchableOpacity';
export { default as TouchableHighlight } from './TouchableHighlight';
//# sourceMappingURL=index.js.map