facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
119.29k stars 24.35k forks source link

App disappears from the screen when 'share' and 'complete action with' dialog shows up. #15047

Closed sandropoluan closed 7 years ago

sandropoluan commented 7 years ago

Is this a bug report?

YES

Have you read the Bugs section of the Contributing to React Native Guide?

YES

Environment

  1. react-native 0.44
  2. node -6.10.3
  3. npm -3.10.10
  4. Device: XIAOMI Redmi Note 2

Then, specify:

Expected Behavior

When the dialog shows up, app should stay on the screen , and the dialog should be on front of the app.

Actual Behavior

App disappears from the screen when the dialog shows up. videotogif_2017 07 17_14 00 10

videotogif_2017 07 15_01 26 25

hramos commented 7 years ago

Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally!

If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:

If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution.