@td-design/react-native
Version:
react-native UI组件库
10 lines • 310 B
JavaScript
// @ts-ignore
import NativeView from 'react-native/Libraries/Components/View/ViewNativeComponent';
import { createBox } from '@shopify/restyle';
const Box = createBox(NativeView);
Box.displayName = 'Box';
Box.defaultProps = {
pointerEvents: 'box-none'
};
export default Box;
//# sourceMappingURL=index.js.map