Skip to content

Is there any way to pick photo from ios gallery not to open file #906

@NikhilMasurkar

Description

@NikhilMasurkar

Feature description

I want to know is there any way to open photo in ios

openImagePicker = () => {
this.closeOptionsModal();
setTimeout(() => {
pick({allowMultiSelection: false, type: [types.images]}).then(
(imageObj) => {
this.postProfilePicture(imageObj[0]);
},
);
}, 500);
};

using this code it works on andorid but not work on ios it open the file manager in ios

What platform(s) should this be implemented on?

iOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions