diff --git a/src/components/AttachmentPicker/index.native.js b/src/components/AttachmentPicker/index.native.js index c51efab7dee9..a35dcf63a51c 100644 --- a/src/components/AttachmentPicker/index.native.js +++ b/src/components/AttachmentPicker/index.native.js @@ -227,7 +227,7 @@ class AttachmentPicker extends Component { .then(this.pickAttachment) .catch(console.error) .finally(() => delete this.onModalHide), - 10, + 200, ); this.close();