Skip to content

Commit 43c2e44

Browse files
jstheoriginalchristopherdro
authored andcommitted
Added paddingAdjustmentBehavior to MapViewProps TS def (react-native-maps#3149)
1 parent 7ca68b6 commit 43c2e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ declare module "react-native-maps" {
212212
initialCamera?: Camera;
213213
liteMode?: boolean;
214214
mapPadding?: EdgePadding;
215+
paddingAdjustmentBehavior?: "always" | "automatic" | "never";
215216
maxDelta?: number;
216217
minDelta?: number;
217218
legalLabelInsets?: EdgeInsets;

0 commit comments

Comments
 (0)