UNPKG

@liuyunjs/react-native-simple-shadow-view

Version:

a Native shadow view for react native, for any React Native platform.

10 lines (6 loc) 224 B
import React from 'react'; import { ViewProps } from 'react-native'; // @ts-ignore import { ShadowView as SV } from './ShadowView'; export const ShadowView: React.ComponentType<ViewProps> = SV; export default ShadowView;