fix: crash on tapping any buttons in ActionSheet

This commit is contained in:
ammarahm-ed
2020-01-13 14:46:58 +05:00
parent 9e651ff106
commit 8d0a92cbd2

View File

@@ -336,7 +336,7 @@ const NoteItem = props => {
if (value) {
show = value;
}
ActionSheet._setModalVisible();
actionSheet._setModalVisible();
}}
/>
</ActionSheet>