Use expo-image-picker on Web (#847)
This commit is contained in:
parent
a67eaa6ace
commit
bdcdb4e4dc
6 changed files with 29 additions and 97 deletions
|
@ -87,7 +87,7 @@ export class GalleryModel {
|
|||
}
|
||||
|
||||
async pick() {
|
||||
const images = await openPicker(this.rootStore, {
|
||||
const images = await openPicker({
|
||||
selectionLimit: 4 - this.size,
|
||||
allowsMultipleSelection: true,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue