UNPKG

react-native-auto-skeleton

Version:

🚀 Automatically generates skeleton based on your existing UI layout without manual configuration.

7 lines (4 loc) • 264 B
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'; import type { ViewProps } from 'react-native'; interface NativeProps extends ViewProps {} export default codegenNativeComponent<NativeProps>('AutoSkeletonIgnoreView');