UNPKG

react-native-bottomsheet

Version:
5 lines (3 loc) 185 B
import { NativeModules, Platform } from 'react-native'; import BottomSheetIOS from "./module.ios"; export default Platform.OS === 'ios' ? BottomSheetIOS : NativeModules.RNBottomSheet;