Skip to content

Commit

Permalink
[MAdMan] flowify AdsManagerGeoUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Apr 21, 2015
1 parent 8e15a0d commit a0db658
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Libraries/Components/MapView/MapView.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ var insetsDiffer = require('insetsDiffer');
var merge = require('merge');

type Event = Object;
type MapRegion = {
latitude: number;
longitude: number;
latitudeDelta: number;
longitudeDelta: number;
};

var MapView = React.createClass({
mixins: [NativeMethodsMixin],
Expand Down

0 comments on commit a0db658

Please sign in to comment.