UNPKG

react-native-screens

Version:
7 lines (4 loc) 229 B
import { codegenNativeComponent } from 'react-native'; import type { ViewProps } from 'react-native'; export interface NativeProps extends ViewProps {} export default codegenNativeComponent<NativeProps>('RNSScreenFooter', {});