UNPKG

react-native-capture

Version:
8 lines (6 loc) 332 B
// 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;