-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
App is unresponsive after modal dismiss in release build only #3002
Comments
I am experiencing the same bug, but with |
@losh11 not sure it's related to RN0.66 or react-navigation v6. I've reproduced issue for RN0.64 and react-nav v5. |
@losh11 I'm facing the same issue and looking for a fix, today I've updated RN to 0.66.1 and react-navigation to v6, and now, whenever I have a Modal component from react-native, after dismissing it (setting visible to false), it opens another transparent modal over full screen and it blocks any further interaction with the app. I've checked the layout inside XCode and there's another UITransitionView at the top of navigation. I'm also not sure is this coming from react-native Modal or from react-navigation... |
@brascene the fix to this problem is updating 'react-reanimated'. |
@losh11 which version do you have after update? I've installed |
I remember the 2.3.0-betas were the issue. Currently I'm running a stable
version 2.3.3 which works with the latest Xcode too...
…On Wed, 27 Oct 2021 at 19:22, Dino ***@***.***> wrote:
@losh11 <https://github.com/losh11> which version do you have after
update? I've installed "react-native-reanimated": "^2.3.0-beta.2", and
the issue is still present.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3002 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAT43OQKOALZYYCW6XQ5MITUJBGP7ANCNFSM5FEGWVBA>
.
|
I'm experiencing the same issue using "react-native-reanimated": "^2.3.0-beta.2" . @losh11 and i couldn't find the version of '2.3.3' react-native-reanimated npm repo shows the latest version as '2.3.0-beta.2'. |
Sorry I meant 2.2.3. The 2.3 change has major changes which introduced that
bug.
…On Thu, 28 Oct 2021 at 03:42, Sajev Lucksman ***@***.***> wrote:
I'm experiencing the same issue using "react-native-reanimated":
"^2.3.0-beta.2" . @losh11 <https://github.com/losh11> and i couldn't find
the version of '2.3.3' react-native-reanimated npm repo shows the latest
version as '2.3.0-beta.2'.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3002 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAT43OQGVF4THW7PBM2LIALUJC2DFANCNFSM5FEGWVBA>
.
|
@losh11 I've tried with 2.2.3 version, but then I get another issue: |
Can you share a screenshot of the error, with a trace?
…On Thu, 28 Oct 2021 at 09:35, Dino ***@***.***> wrote:
@losh11 <https://github.com/losh11> I've tried with 2.2.3 version, but
then I get another issue: Value is undefined, expected an Object, still
trying to figure out this one
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3002 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAT43OQPVI5GVJC3CFJA6UDUJEKNXANCNFSM5FEGWVBA>
.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this reporsitory, read this discussion. |
The issue has been closed for inactivity. |
@TheMakerOleguch we would appreciate if you put in some extra effort and try to reproduce this over a fork of our DetoxTemplate project. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. For more information on bots in this reporsitory, read this discussion. |
Description
After migration to latest detox (17.4.9 -> 18.20.3) app is not responsive after react-native standard modal is dismissed for iOS.
Tried disableSync, disable flipper and It doesn't help. Interesting part is that the issue exists only for ios.sim.release. Debug build works correctly.
We use react-navigation v5 to render stack.
After investigation using XCode debug view hierarchy, seems like modal native wrapper is not cleared after dismiss. That is why elements cannot be touched.
I saw similar issues that were close long time ago.
Reproduction
Provide the steps necessary to reproduce the issue. If you are seeing a regression, try to provide the last known version where the issue did not reproduce.
Expected behavior
Elements should be touchable
Environment
jest-circus
The text was updated successfully, but these errors were encountered: