mirror of
https://github.com/status-im/react-native.git
synced 2025-01-25 00:39:03 +00:00
809a2dc1d6
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.