UIExplorer flowification

This commit is contained in:
Basil Hosmer
2015-03-23 00:46:11 -07:00
parent 05409868b6
commit 45a7b5cdcb
14 changed files with 45 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
/**
* Copyright 2004-present Facebook. All Rights Reserved.
* @flow
*/
'use strict';
@@ -118,7 +119,7 @@ exports.description = 'Select dates and times using the native UIDatePicker.';
exports.examples = [
{
title: '<DatePickerIOS>',
render: function() {
render: function(): ReactElement {
return <DatePickerExample />;
},
}];