react-native-capture
Version:
Socket Mobile CaptureSDK for React Native
8 lines (6 loc) • 332 B
text/typescript
// 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;