Skip to content

Overlay display over ActionSheet #5024

@kolos507

Description

@kolos507

Issue Description

Overlay display over ActionSheet, after close modal with focused TextInput

Steps to Reproduce / Code Snippets / Screenshots

ActionSheet displays over Overlay.

  1. Create a modal screen that includes TextInput by calling Navigation.showModal();
  2. Set focus in TextInput;
  3. Dismiss the modal screen by calling Navigation.dismissAllModals() or Navigation.dismissModal();
  4. RESULT - ActionSheet displays under Overlay.
Navigation.showOverlay({
    component: {
      id: 'OVERLAY',
      name: OVERLAY,
      options: {
        overlay: {
          interceptTouchOutside: false,
          handleKeyboardEvents: true,
        },
      },
    },
  });

Environment

  • React Native Navigation version: 2.18.0
  • React Native version: 0.57.8
  • Platform(s) (iOS, Android, or both?): iOS
  • Device info (Simulator/Device? OS version? Debug/Release?): Simulator & Device, iOS 12.2, Debug & Release

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions