I want to simply display the map, but do not want any user interaction on it.
Is there a way to do it?
No issue template, closing
Duplicate of #1961
This is not a duplicate. #1961 mentions not being able to move the map, but only to move the marker.
This issue mentions not to have any user interaction at all.
My comment on 1961 has a solution: wrap it in view with pointerEvents="none"
https://github.com/react-community/react-native-maps/issues/1961#issuecomment-393525742
hope it helps. It solved my problem
Most helpful comment
This is not a duplicate. #1961 mentions not being able to move the map, but only to move the marker.
This issue mentions not to have any user interaction at all.
My comment on 1961 has a solution: wrap it in view with pointerEvents="none"
https://github.com/react-community/react-native-maps/issues/1961#issuecomment-393525742
hope it helps. It solved my problem