react-native-maps 1.21.0-alpha.44 → 1.21.0-alpha.45

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.
@@ -70,6 +70,14 @@ using namespace facebook::react;
70
70
  [_view.map deselectAnnotation:_view animated:YES];
71
71
 
72
72
  }
73
+ - (void) redraw
74
+ {
75
+ // do nothing
76
+ }
77
+ - (void) redrawCallout
78
+ {
79
+ // do nothing
80
+ }
73
81
 
74
82
  - (void) setCoordinates:(double)latitude longitude:(double)longitude
75
83
  {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "lib/index.js",
6
6
  "author": "Leland Richardson <leland.m.richardson@gmail.com>",
7
7
  "homepage": "https://github.com/react-native-maps/react-native-maps#readme",
8
- "version": "1.21.0-alpha.44",
8
+ "version": "1.21.0-alpha.45",
9
9
  "license": "MIT",
10
10
  "scripts": {
11
11
  "lint": "eslint . --max-warnings 0",