Browse Source

android disabled map animation

Viktoriia 1 day ago
parent
commit
2fc2fecd89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/screens/InAppScreens/MapScreen/index.tsx

+ 1 - 1
src/screens/InAppScreens/MapScreen/index.tsx

@@ -1806,7 +1806,7 @@ const MapScreen: any = ({ navigation, route }: { navigation: any; route: any })
         {selectedMarker && (
           <MarkerItem marker={selectedMarker} toggleSeries={toggleSeries} token={token} />
         )}
-        <MapLibreRN.Camera ref={cameraRef} />
+        {Platform.OS === 'ios' && <MapLibreRN.Camera ref={cameraRef} />}
         {location && (
           <MapLibreRN.UserLocation
             animated={true}