@@ -82,6 +82,7 @@ namespace react {
82
82
calloutAnchor(convertRawProp(context, rawProps, " calloutAnchor" , sourceProps.calloutAnchor, {})),
83
83
anchor(convertRawProp(context, rawProps, " anchor" , sourceProps.anchor, {})),
84
84
tappable(convertRawProp(context, rawProps, " tappable" , sourceProps.tappable, {true })),
85
+ zIndex(convertRawProp(context, rawProps, " zIndex" , sourceProps.zIndex, {0 })),
85
86
opacity(convertRawProp(context, rawProps, " opacity" , sourceProps.opacity, {})) {}
86
87
87
88
AIRMapPolylineProps::AIRMapPolylineProps (const PropsParserContext &context, const AIRMapPolylineProps &sourceProps,
@@ -93,6 +94,7 @@ namespace react {
93
94
strokeWidth(convertRawProp(context, rawProps, " strokeWidth" , sourceProps.strokeWidth, {1 })),
94
95
lineDashPattern(convertRawProp(context, rawProps, " lineDashPattern" , sourceProps.lineDashPattern, {})),
95
96
geodesic(convertRawProp(context, rawProps, " geodesic" , sourceProps.geodesic, {})),
97
+ zIndex(convertRawProp(context, rawProps, " zIndex" , sourceProps.zIndex, {0 })),
96
98
tappable(convertRawProp(context, rawProps, " tappable" , sourceProps.tappable, {false })),
97
99
lineJoin(convertRawProp(context, rawProps, " lineJoin" , sourceProps.lineJoin, {" round" })),
98
100
lineCap(convertRawProp(context, rawProps, " lineCap" , sourceProps.lineCap, {" round" })) {}
@@ -107,7 +109,7 @@ namespace react {
107
109
geodesic(convertRawProp(context, rawProps, " geodesic" , sourceProps.geodesic, {})),
108
110
lineDashPattern(convertRawProp(context, rawProps, " lineDashPattern" , sourceProps.lineDashPattern, {})),
109
111
holes(convertRawProp(context, rawProps, " holes" , sourceProps.holes, {})),
110
- zIndexa (convertRawProp(context, rawProps, " zIndexa " , sourceProps.zIndexa , {0 })),
112
+ zIndex (convertRawProp(context, rawProps, " zIndex " , sourceProps.zIndex , {0 })),
111
113
tappable(convertRawProp(context, rawProps, " tappable" , sourceProps.tappable, {false })),
112
114
lineJoin(convertRawProp(context, rawProps, " lineJoin" , sourceProps.lineJoin, {" round" })),
113
115
lineCap(convertRawProp(context, rawProps, " lineCap" , sourceProps.lineCap, {" round" })) {}
@@ -119,7 +121,7 @@ namespace react {
119
121
radius(convertRawProp(context, rawProps, " radius" , sourceProps.radius, {})),
120
122
fillColor(convertRawProp(context, rawProps, " fillColor" , sourceProps.fillColor, {SharedColor (0xFF000000 )})),
121
123
strokeColor(convertRawProp(context, rawProps, " strokeColor" , sourceProps.strokeColor, {SharedColor (0xFF000000 )})),
122
- zIndexa (convertRawProp(context, rawProps, " zIndexa " , sourceProps.zIndexa , {})),
124
+ zIndex (convertRawProp(context, rawProps, " zIndex " , sourceProps.zIndex , {})),
123
125
strokeWidth(convertRawProp(context, rawProps, " strokeWidth" , sourceProps.strokeWidth, {1 })),
124
126
lineDashPattern(convertRawProp(context, rawProps, " lineDashPattern" , sourceProps.lineDashPattern, {})) {}
125
127
@@ -146,7 +148,7 @@ namespace react {
146
148
lineCap(convertRawProp(context, rawProps, " lineCap" , sourceProps.lineCap, {})),
147
149
lineJoin(convertRawProp(context, rawProps, " lineJoin" , sourceProps.lineJoin, {})),
148
150
miterLimit(convertRawProp(context, rawProps, " miterLimit" , sourceProps.miterLimit, {})),
149
- zIndexa (convertRawProp(context, rawProps, " zIndexa " , sourceProps.zIndexa , {})),
151
+ zIndex (convertRawProp(context, rawProps, " zIndex " , sourceProps.zIndex , {})),
150
152
markerComponent(convertRawProp(context, rawProps, " markerComponent" , sourceProps.markerComponent, {})),
151
153
title(convertRawProp(context, rawProps, " title" , sourceProps.title, {})),
152
154
tracksViewChanges(convertRawProp(context, rawProps, " tracksViewChanges" , sourceProps.tracksViewChanges, {false })) {}
@@ -158,7 +160,7 @@ namespace react {
158
160
minimumZ(convertRawProp(context, rawProps, " minimumZ" , sourceProps.minimumZ, {})),
159
161
maximumZ(convertRawProp(context, rawProps, " maximumZ" , sourceProps.maximumZ, {})),
160
162
maximumNativeZ(convertRawProp(context, rawProps, " maximumNativeZ" , sourceProps.maximumNativeZ, {})),
161
- zIndexa (convertRawProp(context, rawProps, " zIndexa " , sourceProps.zIndexa , {})),
163
+ zIndex (convertRawProp(context, rawProps, " zIndex " , sourceProps.zIndex , {})),
162
164
tileSize(convertRawProp(context, rawProps, " tileSize" , sourceProps.tileSize, {})),
163
165
doubleTileSize(convertRawProp(context, rawProps, " doubleTileSize" , sourceProps.doubleTileSize, {})),
164
166
shouldReplaceMapContent(
@@ -176,7 +178,7 @@ namespace react {
176
178
minimumZ(convertRawProp(context, rawProps, " minimumZ" , sourceProps.minimumZ, {})),
177
179
maximumZ(convertRawProp(context, rawProps, " maximumZ" , sourceProps.maximumZ, {})),
178
180
maximumNativeZ(convertRawProp(context, rawProps, " maximumNativeZ" , sourceProps.maximumNativeZ, {})),
179
- zIndexa (convertRawProp(context, rawProps, " zIndexa " , sourceProps.zIndexa , {})),
181
+ zIndex (convertRawProp(context, rawProps, " zIndex " , sourceProps.zIndex , {})),
180
182
tileSize(convertRawProp(context, rawProps, " tileSize" , sourceProps.tileSize, {})),
181
183
doubleTileSize(convertRawProp(context, rawProps, " doubleTileSize" , sourceProps.doubleTileSize, {})),
182
184
shouldReplaceMapContent(
0 commit comments