create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
5 lines (4 loc) • 298 B
text/typescript
export { default as TouchableNativeFeedback } from './TouchableNativeFeedback';
export { default as TouchableWithoutFeedback } from './TouchableWithoutFeedback';
export { default as TouchableOpacity } from './TouchableOpacity';
export { default as TouchableHighlight } from './TouchableHighlight';