I am using Map component from react-native-maps
, and I display many markers in it, but whenever click on a Marker on Android the marker clicked is centered automatically, while this behavior does not exist in IOS.
Is there a way to make markers get centered too in IOS, or at least disable it from Android.I want to have the same behavior in both OSs.
Any help or idea would be much appreciated.