UNPKG

react-native-dom-expo

Version:

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

7 lines (4 loc) 197 B
import { NativeModulesProxy } from 'expo-core'; const CameraManager: Object = NativeModulesProxy.ExponentCameraManager || NativeModulesProxy.ExponentCameraModule; export default CameraManager;