mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-27 19:25:11 +08:00
[Flow] Fix or suppress react-native github errors for Flow v0.12.0
This commit is contained in:
committed by
Spencer Ahrens
parent
78db5ca1b9
commit
1acca01aa4
@@ -44,6 +44,9 @@ var UIExplorerApp = React.createClass({
|
||||
);
|
||||
}
|
||||
return (
|
||||
/* $FlowIssue #7363964 - There's a bug in Flow where you cannot
|
||||
* omit a property or set it to undefined if it's inside a shape,
|
||||
* even if it isn't required */
|
||||
<NavigatorIOS
|
||||
style={styles.container}
|
||||
initialRoute={{
|
||||
|
||||
Reference in New Issue
Block a user