[Flow] Fix or suppress last minute errors for 0.12.0

This commit is contained in:
Gabe Levi
2015-06-12 14:04:28 -07:00
committed by Spencer Ahrens
parent c3cad0a717
commit 1295c004e0
5 changed files with 20 additions and 19 deletions
-3
View File
@@ -159,9 +159,6 @@ var MapViewExample = React.createClass({
render() {
return (
<View>
{/* $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 */}
<MapView
style={styles.map}
onRegionChange={this._onRegionChange}