mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
11 lines
220 B
JavaScript
11 lines
220 B
JavaScript
/**
|
|
* Copyright 2004-present Facebook. All Rights Reserved.
|
|
*
|
|
* @providesModule PickerIOS
|
|
*
|
|
* This is a controlled component version of RCTPickerIOS
|
|
*/
|
|
'use strict';
|
|
|
|
module.exports = require('UnimplementedView');
|