0

First of all, I just wanna say I'm newbie in native interface.

For now, I'm testing react-native-image-crop-picker in iOS platform and made some example.

When I open ImagePicker in example, latest image is shown bottom and oldest is top. This sort order is same with native photo app.

image sort order

Here are my question. Is it possible to change order inverse? Is there options for this?

ian park
  • 122
  • 1
  • 8

1 Answers1

1

The library recently added a sortOrder flag of type 'none' | 'asc' | 'desc'.