pageNotfoUnd
pageNotfoUnd

Reputation: 666

To enable zoom button in react-native-maps

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

Answers (1)

Tom Kulaga
Tom Kulaga

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

Related Questions