Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

isNeedCamera, isCaptureMood are false why request permission camera #125

Open
kietnhiit opened this issue Sep 30, 2020 · 0 comments
Open

Comments

@kietnhiit
Copy link

isNeedCamera, isCaptureMood are false why request permission camera
Is there any way when isNeedCamera, isCaptureMood are false then only request permission photo
Thanks
options: ImagePickerOptions = {
android: {
isCaptureMood: false,
isNeedCamera: false,
maxNumberFiles: 10,
isNeedFolderList: true
},
ios: {
isCaptureMood: false,
isNeedCamera: false,
maxNumberFiles: 10
}
};

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant