[Android] Screens do not show when navigating after installing
mordonez-me opened this issue ยท 6 comments
๐ Bug Report
As soon as I install giphy on RN every screen I navigate dissapears, like an empty screen but looks like the content is behind.
To Reproduce
Just install and use navigation.navigate(anyscreen)
Expected behavior
Navigation should show screen
Actual Behavior
Navigation navigates to new screen but nothing is shoen
Your Environment
"react": "18.2.0",
"react-native": "0.72.5",
"expo": "^49.0.0",
"@giphy/react-native-sdk": "^3.0.0",
Reproducible Demo
I have recorded the screen https://drive.google.com/file/d/1evPRTmgj8EkSC3OGhKEPMXMQH9TpUPXL/view?usp=sharing
if I enable new architecture it works, the problem seems to happen only when new architecture is disabled
Also works with old architecture but using regular stack instead of native stack in react-navitation
Hi @mordonez-me
I haven't been able to reproduce the issue using either RegularStack or NativeStack. Could you please provide a minimal reproducer repo?
Hi, thanks for the answer, it will take too much time for me now to create a reproducer repo, sorry about that. Would be useful if I record a video?
@mordonez-me Unfortunately, a video is not very helpful in this case. Perhaps, along with the video, you can share logs. This may help to reproduce the issue and understand what is going wrong.
Hello ๐, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it.