Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ interface Options {
* Set the text for the albums button in iOS
*/
albumsText?: string;

/**
* Indicates images should be sorted newest-first (iOS only, default false).
*/
newestFirst?: boolean;
}

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