UNPKG

@react-native-picker/picker

Version:

React Native Picker for iOS, Android, macOS, and Windows

12 lines (11 loc) 338 B
import * as React from 'react'; import UnimplementedView from './UnimplementedView'; function PickerWindows() { return /*#__PURE__*/React.createElement(UnimplementedView, null); } /** * Fallback for other platforms */ PickerWindows.Item = UnimplementedView; export default PickerWindows; //# sourceMappingURL=PickerWindows.web.js.map