mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 22:50:21 +08:00
UIExplorer flowification
This commit is contained in:
@@ -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 />;
|
||||
},
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user