Reputation: 666
I am using react-native-maps in my native project
I need the default zoom control button to zoom in and out
How to enable zoom button/control in react-native-maps
Upvotes: 2
Views: 3096
Reputation: 138
If you rotate the screen once, with enableZoomControl=true, It will show.
My problem is that it needs that rotation of the screen(device) to show the first time.
Upvotes: 2