Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit bee0fb5

Browse files
authored
Add showCropFrame to typing (ivpusic#1483)
1 parent 798ac61 commit bee0fb5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@ declare module "react-native-image-crop-picker" {
270270
*/
271271
showCropGuidelines?: boolean;
272272

273+
/**
274+
* Whether to show the square crop frame during cropping
275+
*
276+
* @platform Android only
277+
* @default true
278+
*/
279+
showCropFrame?: boolean;
280+
273281
/**
274282
* Whether to enable rotating the image by hand gesture.
275283
*

0 commit comments

Comments
 (0)