We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
newestFirst
1 parent 571c0d6 commit 5aee7c0Copy full SHA for 5aee7c0
src/index.d.ts
@@ -93,6 +93,11 @@ interface Options {
93
* Set the text for the albums button in iOS
94
*/
95
albumsText?: string;
96
+
97
+ /**
98
+ * Indicates images should be sorted newest-first (iOS only, default false).
99
+ */
100
+ newestFirst?: boolean;
101
}
102
103
export function create(options?: Options): ImagePicker;
0 commit comments