UNPKG

react-native-dom-expo

Version:

A patch library to make Expo work with react-native-dom

8 lines (5 loc) 266 B
import { requireNativeViewManager } from 'expo-core'; import * as React from 'react'; import { NativeProps } from './Camera.types'; const ExponentCamera: React.ComponentType<NativeProps> = requireNativeViewManager('ExponentCamera'); export default ExponentCamera;