mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-23 06:48:35 +00:00
[fix] PickerIOS is alias for Picker
PickerIOS API is a subset of the cross-platform Picker. This patch provides some compatibility for use of PickerIOS / PickerIOS.Item in legacy code.
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ const ImageStore = UnimplementedView;
|
||||
const InputAccessoryView = UnimplementedView;
|
||||
const MaskedViewIOS = UnimplementedView;
|
||||
const NavigatorIOS = UnimplementedView;
|
||||
const PickerIOS = UnimplementedView;
|
||||
const PickerIOS = Picker;
|
||||
const ProgressBarAndroid = UnimplementedView;
|
||||
const ProgressViewIOS = UnimplementedView;
|
||||
const SegmentedControlIOS = UnimplementedView;
|
||||
|
||||
Reference in New Issue
Block a user