Browse Source

Merge pull request #206 from mars-lan/patch-2

Add missing androidVariant prop
master
Henning Hall 5 years ago
committed by GitHub
parent
commit
db7af0377f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/index.d.ts

+ 5
- 0
src/index.d.ts View File

@ -31,6 +31,11 @@ export interface DatePickerProps extends ViewProps {
*/
minuteInterval?: 1 | 2 | 3 | 4 | 5 | 6 | 10 | 12 | 15 | 20 | 30
/**
* The Android style variant.
*/
androidVariant?: 'iosClone' | 'nativeAndroid'
/**
* The date picker mode.
*/

Loading…
Cancel
Save