Skip to content
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

Fix exiting video player from full screen in the landscape mode shifts UI up #6274

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

khuddite
Copy link
Contributor

Fixes: #6269

  1. Summary
    The issue is related to the drawer from react-native-drawer-layout library. I confirmed that by removing the drawer in the code.

  2. Solution
    I upgraded react-native-drawer-layout to the latest version(v4.0.1) to see if that fixed the issue, and apparently, it did. I tested the app on Android, iOS, and desktop, and it seemed it didn't introduce any additional bugs/issues.

  3. Recording

Simulator.Screen.Recording.-.iPhone.SE.3rd.generation.-.2024-11-12.at.15.38.33.mp4

Copy link
Member

@mozzius mozzius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, thanks!

@mozzius mozzius merged commit aa55798 into bluesky-social:main Nov 12, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Viewing a video in landscape mode causes layout shift.
2 participants