// 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;
