UNPKG

react-native-ios-utilities

Version:
6 lines (4 loc) 276 B
import { requireNativeViewManager } from 'expo-modules-core'; import type { RNIDetachedNativeViewProps } from './RNIDetachedNativeViewTypes'; export const RNIDetachedNativeView: React.ComponentType<RNIDetachedNativeViewProps> = requireNativeViewManager('RNIDetachedView');