mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-05 11:19:34 +00:00
[fix] stub for Picker.Item
Add stub function for API compatibility. Close #690
This commit is contained in:
committed by
Nicolas Gallagher
parent
6261536f57
commit
214121480e
@@ -1,2 +1,4 @@
|
|||||||
import UnimplementedView from '../UnimplementedView';
|
import UnimplementedView from '../UnimplementedView';
|
||||||
export default UnimplementedView;
|
const Picker = UnimplementedView;
|
||||||
|
Picker.Item = UnimplementedView;
|
||||||
|
export default Picker;
|
||||||
|
|||||||
Reference in New Issue
Block a user