MediaPicker.pick(getSupportFragmentManager(), new MediaPickerOption.Builder() /* mode */ .single(uri -> {}) .multi(uris -> {}) .multiExact(uris -> {}, 3) .multiRange ...
We noticed a relevant change in behavior in expo-image-picker from 16.x to 17.x. More specifically in the behavior after you confirm the image framing in the image editing UI. Before explaning the ...