UNPKG

react-native-capture

Version:
9 lines (8 loc) 401 B
"use strict"; // src/components/SocketCamNativeView.android.ts // Android SocketCam is handled by RNSocketCamCustomViewManager, not this component. // This stub prevents requireNativeComponent('RNSocketCamView') from being called // on Android where the native module is not registered. import { View } from 'react-native'; export default View; //# sourceMappingURL=SocketCamNativeView.android.js.map