UNPKG

react-native-action-sheet

Version:
8 lines (6 loc) 171 B
import { NativeModules, Platform, ActionSheetIOS } from 'react-native'; export default (Platform.OS === 'ios') ? ActionSheetIOS : NativeModules.ActionSheetAndroid;