Giphy / giphy-react-native-sdk

GIPHY React Native SDK
https://developers.giphy.com
Apache License 2.0
67 stars 25 forks source link

[Android] Screens do not show when navigating after installing #145

Closed mordonez-me closed 9 months ago

mordonez-me commented 10 months ago

🐛 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

mordonez-me commented 10 months ago

if I enable new architecture it works, the problem seems to happen only when new architecture is disabled

mordonez-me commented 10 months ago

Also works with old architecture but using regular stack instead of native stack in react-navitation

pshoniuk commented 10 months ago

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?

mordonez-me commented 10 months ago

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?

pshoniuk commented 10 months ago

@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.

github-actions[bot] commented 9 months ago

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.