Skip to content

Commit

Permalink
Added paddingAdjustmentBehavior to MapViewProps TS def (react-native-…
Browse files Browse the repository at this point in the history
  • Loading branch information
jstheoriginal authored and christopherdro committed Nov 5, 2019
1 parent 7ca68b6 commit 43c2e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ declare module "react-native-maps" {
initialCamera?: Camera;
liteMode?: boolean;
mapPadding?: EdgePadding;
paddingAdjustmentBehavior?: "always" | "automatic" | "never";
maxDelta?: number;
minDelta?: number;
legalLabelInsets?: EdgeInsets;
Expand Down

0 comments on commit 43c2e44

Please sign in to comment.