-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN - Android - Modal + Home Button Long Press = app crash #15440
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
I can reproduce as well on React Native 43.3 Android error:
|
Dupe of #13201 |
closing in favour of #13201 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
: 0.44.3node -v
: v8.2.1npm -v
: 5.3.0yarn --version
<!-- (if you use Yarn) —>: n/aTarget Platform: [Android/iOS]
Development Operating System: macOS
Build tools: Android Studios/xCode
Steps to Reproduce
Open App on Android phone
Open Category (custom component)
Open Modal
Hold Home button (long press)
App Crashes…
Expected Behavior
Expect app to hide in background until user brings app back up again, and return to same screen.
Actual Behavior
App Crashes with error: “Unfortunately myApp has stopped [OK]”
Notes / Comments
Reproducible Demo
All modals are designed the same way. I have removed styling for clarity.
The text was updated successfully, but these errors were encountered: