UNPKG

react-native-screens

Version:
12 lines (8 loc) 293 B
'use client'; import type { HostComponent, ViewProps } from 'react-native'; import { codegenNativeComponent } from 'react-native'; export interface NativeProps extends ViewProps {} export default codegenNativeComponent<NativeProps>( 'RNSStackHost', {}, ) as HostComponent<NativeProps>;