mirror of
https://github.com/status-im/react-native.git
synced 2025-02-10 08:26:23 +00:00
Summary: If user taps the back button quickly, the app crashes becuase "pop" internally only checks `this.state.presentedIndex` which does not always update when transtion happens. This diff addresses this issue.