mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
1dd5ba7021
Summary: The basic API is consistent with iOS; there are several platform-specific props. Also fixed the flickering when a value is selected. public Reviewed By: bestander Differential Revision: D2871092 fb-gh-sync-id: f5cdf6858cb7344b28ee46954cb6b0a3b144b646
14 lines
407 B
JavaScript
14 lines
407 B
JavaScript
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*
|
|
* @providesModule PickerAndroid
|
|
*/
|
|
'use strict';
|
|
|
|
module.exports = require('UnimplementedView');
|