xref: /expo/ios/Exponent/Versioned/Core/Api/Components/DateTimePicker/RNDateTimePickerShadowView.h (revision 220e1704)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #import <React/RCTShadowView.h>
2 #import "RNDateTimePicker.h"
3 
4 @interface RNDateTimePickerShadowView : RCTShadowView
5 
6 @property (nullable, nonatomic, strong) RNDateTimePicker *picker;
7 @property (nonatomic) UIDatePickerMode mode;
8 @property (nullable, nonatomic, strong) NSDate *date;
9 @property (nullable, nonatomic, strong) NSLocale *locale;
10 @property (nonatomic, assign) UIDatePickerStyle displayIOS API_AVAILABLE(ios(13.4));
11 
12 @end
13 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025