Skip to content

Commit

Permalink
Merge pull request nitaliano#1 from yutin1987/dapetcu21
Browse files Browse the repository at this point in the history
feat: default styleURL and userTrackingMode props
  • Loading branch information
dapetcu21 authored Jun 21, 2016
2 parents 5e98043 + b78fa60 commit a8cff17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ class MapView extends Component {
rotateEnabled: true,
scrollEnabled: true,
showsUserLocation: false,
styleURL: MapboxGLManager.mapStyles.streets,
styleURL: mapStyles.streets,
userTrackingMode: userTrackingMode.none,
zoomEnabled: true,
attributionButtonIsHidden: false,
logoIsHidden: false,
Expand Down

0 comments on commit a8cff17

Please sign in to comment.