Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <MapView
  2. ref={(map) => { this.map = map; }}
  3. initialRegion={this.state.region}
  4. />
  5.  
  6. this.map.animateToRegion(region,1000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement