UNPKG

react-native-unistyles

Version:
6 lines (5 loc) 277 B
"use strict"; import { TouchableHighlight as NativeTouchableHighlight } from 'react-native'; import { createUnistylesElement } from '../../core'; export const TouchableHighlight = createUnistylesElement(NativeTouchableHighlight); //# sourceMappingURL=TouchableHighlight.js.map