Edit this page on Github

iosDatePicker

A component for displaying a date picker.

 @Component({
  selector: 'sample',
  template: `<DatePicker date="2016-03-18" (change)="selectedDate=$event"></DatePicker>`
})
 export class Sample {}

Available styles

https://facebook.github.io/react-native/docs/view.html#style

Inputs

Inherits all inputs from high level component

date: any

To be documented

maximumDate: any

To be documented

minimumDate: string

To be documented

minuteInterval: number

To be documented

mode: enum('date', 'time', 'datetime')

To be documented

timeZoneOffsetInMinutes: number

To be documented

Outputs

change: EventEmitter<Date>

To be documented


Getting started

Features

bootstrapAPIsGesturesHttpRouterStyle

Components

ActivityIndicatorHighLevelComponentImagePickerRefreshControlScrollViewSliderSwitchTextTextInputViewWebView
Android
DrawerLayoutPagerLayoutProgressBarToolbar
iOS
DatePickerNavigatorProgressViewSegmentedControlTabBarTabBarItem

Directives

Opacity feedbackRipple feedback