react-native-maps 1.21.0-alpha.33 → 1.21.0-alpha.34
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.
|
@@ -267,6 +267,9 @@ using namespace facebook::react;
|
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
- (void)mountChildComponentView:(UIView<RCTComponentViewProtocol> *)childComponentView index:(NSInteger)index{
|
|
270
|
+
if (!_view){
|
|
271
|
+
[self prepareMarkerView];
|
|
272
|
+
}
|
|
270
273
|
id<RCTComponent> paperView = [childComponentView getPaperViewFromChildComponentView];
|
|
271
274
|
if (paperView){
|
|
272
275
|
[_view insertReactSubview:paperView atIndex:index];
|
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.
|
|
8
|
+
"version": "1.21.0-alpha.34",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"lint": "eslint . --max-warnings 0",
|