{"version":3,"sources":["PickerMacOS.js"],"names":["PickerMacOS","React","Component","render","UnimplementedView"],"mappings":";;;;;;;AASA;;AACA;;;;;;;;;;AACA,MAAMA,WAAN,SAA0BC,KAAK,CAACC,SAAhC,CAA8C;AAE5CC,EAAAA,MAAM,GAAe;AACnB,wBAAO,oBAAC,0BAAD,OAAP;AACD;;AAJ2C;AAO9C;AACA;AACA;;;gBATMH,W,UACoCI,0B;;eAS3BJ,W","sourcesContent":["/**\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * @flow\n */\n\nimport * as React from 'react';\nimport UnimplementedView from './UnimplementedView';\nclass PickerMacOS extends React.Component<{}> {\n static Item: typeof UnimplementedView = UnimplementedView;\n render(): React.Node {\n return ;\n }\n}\n\n/**\n * Fallback for non-MacOS platforms\n */\nexport default PickerMacOS;\n"]}