react-native-xenon
Version:
A powerful in-app debugging tool for React Native.
16 lines (15 loc) • 363 B
JavaScript
;
import { TouchableOpacity } from 'react-native';
import { jsx as _jsx } from "react/jsx-runtime";
export default function Touchable({
children,
activeOpacity = 0.8,
...props
}) {
return /*#__PURE__*/_jsx(TouchableOpacity, {
activeOpacity: activeOpacity,
...props,
children: children
});
}
//# sourceMappingURL=Touchable.js.map