react-native-dom-expo
Version:
A patch library to make Expo work with react-native-dom
7 lines (6 loc) • 301 B
JavaScript
export { default as TouchableNativeFeedback } from './TouchableNativeFeedback';
export {
default as TouchableWithoutFeedback,
} from './TouchableWithoutFeedback';
export { default as TouchableOpacity } from './TouchableOpacity';
export { default as TouchableHighlight } from './TouchableHighlight';