[Flow] Clean react-native-github for Flow v0.8.0

This commit is contained in:
Gabe Levi 2015-04-03 13:19:24 -07:00
parent b9d1902262
commit 6e6bd28f3a

View File

@ -38,7 +38,7 @@ var NavigatorIOSExample = React.createClass({
_previousLeft: 0,
_previousTop: 0,
_circleStyles: {},
circle: (null : ?React.Element),
circle: (null : ?{ setNativeProps(props: Object): void }),
componentWillMount: function() {
this._panResponder = PanResponder.create({