react-native-maps 1.24.5 → 1.24.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -300,7 +300,7 @@ export type RegionChangeEvent = Readonly<{
300
300
  latitudeDelta: Double; // Non-nullable Double for latitudeDelta
301
301
  longitudeDelta: Double; // Non-nullable Double for longitudeDelta
302
302
  }; // The region object
303
- continuous?: boolean;
303
+ isGesture?: boolean;
304
304
  }>;
305
305
  export type UserLocationChangeEvent = Readonly<{
306
306
  coordinate?: {