Skip to content

Commit

Permalink
Add showCropFrame to typing (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryLiet authored Dec 11, 2020
1 parent 798ac61 commit bee0fb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,14 @@ declare module "react-native-image-crop-picker" {
*/
showCropGuidelines?: boolean;

/**
* Whether to show the square crop frame during cropping
*
* @platform Android only
* @default true
*/
showCropFrame?: boolean;

/**
* Whether to enable rotating the image by hand gesture.
*
Expand Down

0 comments on commit bee0fb5

Please sign in to comment.