UNPKG

@react-native-picker/picker

Version:

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

13 lines (9 loc) 220 B
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. * * @flow */ 'use strict'; import UnimplementedView from './UnimplementedView'; export default UnimplementedView;