diff --git a/src/index.d.ts b/src/index.d.ts index 4d3b161..21d84a0 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -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;