Yann Pringault
|
1c24440644
|
Add TimePicker modes
Summary:
In the spirit of #10932, I added the `mode` option to the `TimePicker` Android API.
There is only one mode available for **Android < 5**, the `spinner` one.
If we are on **Android >= 5** we can choose between `spinner` or `clock`. If we specify `default` it will use the default of the current Android version.
On **Android < 5**, whatever we choose it will be this:

On **Android >= 5**, with the `spinner` mode:

And with the `clock` mode, the default:

Closes https://github.com/facebook/react-native/pull/12384
Differential Revision: D6006689
Pulled By: hramos
fbshipit-source-id: fcd37c867c4061b9982b1687f2c10211e54df7cf
|
2017-10-08 12:38:45 -07:00 |
|