You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreed. This feature request seems like a commonly desired feature.
On iOS, I can display a modal which appears under the picker. However on Android, the picker displays below the modal, thus the whole app becomes unusable as the modal is blocking all clicks.
Should have a view behind picker to block user action, because in most case user should finish the task in picker before do other things.
So, this module should have props to set
viewPartitionBackgroundColor
(I call this view asViewPartition
)onPressViewPartition
to tell app when user tap on it, with this developer can implement something like inonPickerCancel
or do other thingsThe text was updated successfully, but these errors were encountered: