mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-10 17:22:45 +08:00
more UIExplorer flow
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/**
|
||||
* Copyright 2004-present Facebook. All Rights Reserved.
|
||||
* @flow
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
@@ -164,7 +165,7 @@ exports.examples = [
|
||||
},
|
||||
{
|
||||
title: 'Event handling',
|
||||
render: () => <TextEventsExample />,
|
||||
render: function(): ReactElement { return <TextEventsExample /> },
|
||||
},
|
||||
{
|
||||
title: 'Colored input text',
|
||||
|
||||
Reference in New Issue
Block a user