Disable user interaction form MapView in react-native -


how turn of user interaction element in react native, similar ios, mapview in case.

userinteraction = false 

thanks

you can use differents props mapview has disable interaction:

pitchenabled

rotateenabled

scrollenabled

zoomenabled

if feel it's not enough, feel free submit pr react native implement userinteraction prop directly.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -