AndrewSouthpaw / expo-alert-modal-bug

Demonstrates a bug where Alert crashes and prevents interactions when opening while modal dismisses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modal + Alert + Expo bug

When a modal dismisses around the same time that an Alert opens, bad things happen:

  1. The Alert shows briefly then disappears, and
  2. Further press interactions are prohibited, as if the Alert window is still there.

This repro uses a basic starter from Expo, and uses react-native-modal for the modal.

About

Demonstrates a bug where Alert crashes and prevents interactions when opening while modal dismisses.


Languages

Language:JavaScript 100.0%