mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 09:08:58 +08:00
Don't use arrow functions with Flow types to fix website generation
Summary: Our custom jsdocs parser doesn't support the syntax yet. public Reviewed By: bestander Differential Revision: D2739861 fb-gh-sync-id: eefc3c54b98e06597ca7d93396aa4fe3a92d4a58
This commit is contained in:
committed by
facebook-github-bot-7
parent
f9f123ba96
commit
139f9945df
@@ -176,7 +176,7 @@ exports.examples = [
|
||||
{
|
||||
platform: 'android',
|
||||
title: 'NetInfo.isConnectionExpensive (Android)',
|
||||
description: 'Asycnronously check isConnectionExpensive',
|
||||
description: 'Asynchronously check isConnectionExpensive',
|
||||
render(): ReactElement { return <IsConnectionExpensive />; }
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user