mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 09:17:55 +08:00
UIExplorer flowification
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/**
|
||||
* Copyright 2004-present Facebook. All Rights Reserved.
|
||||
* @flow
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
@@ -19,7 +20,7 @@ exports.description = 'Example of using the ad support API.';
|
||||
exports.examples = [
|
||||
{
|
||||
title: 'Ad Support IOS',
|
||||
render: function() {
|
||||
render: function(): ReactElement {
|
||||
return <AdSupportIOSExample />;
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user