Skip to content

Commit 5aee7c0

Browse files
Added newestFirst to typings
1 parent 571c0d6 commit 5aee7c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ interface Options {
9393
* Set the text for the albums button in iOS
9494
*/
9595
albumsText?: string;
96+
97+
/**
98+
* Indicates images should be sorted newest-first (iOS only, default false).
99+
*/
100+
newestFirst?: boolean;
96101
}
97102

98103
export function create(options?: Options): ImagePicker;

0 commit comments

Comments
 (0)