react-native-unistyles
Version:
Level up your React Native StyleSheet
10 lines (9 loc) • 356 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TouchableOpacity = void 0;
var _reactNative = require("react-native");
var _core = require("../../core");
const TouchableOpacity = exports.TouchableOpacity = (0, _core.createUnistylesElement)(_reactNative.TouchableOpacity);
//# sourceMappingURL=TouchableOpacity.js.map