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

Add offset to InspectorPanel #46340

Closed
wants to merge 2 commits into from

Conversation

alanleedev
Copy link
Contributor

Summary:
Issue:
InspectorPanel is hidden behind 3 button nav bar on Android 15 forced edge-to-edge

Solution:
Selectively add additional offset for Android 15.
This does have drawback as forced edge-to-edge is enabled with targetSdk 35 build so even if you are on Android 15, targetSdk 34 builds will not be forced edge-to-edge so it adds extra offset.

Changelog:
[Android][Changed] - adjust InspectorPanel offset so it won't overlap with system bars on forced edge-to-edge on Android 15

Differential Revision: D62225374

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Sep 5, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62225374

Summary:
Pull Request resolved: facebook#46341

Issue: LogBox Notification (or toast) is partly hidden behind 3 button nav bar on Android 15 targetSdk 35 build

Solution: surround with SafeAreaView to avoid overlap with system bars
(CAUTION: SafeAreaView here is for internal RN Core usage only and should not be used elsewhere)

Changelog:
[Internal]

Differential Revision: D62224584

Reviewed By: cortinico, mdvacca
Summary:
Pull Request resolved: facebook#46340

**Issue:**
InspectorPanel is hidden behind 3 button nav bar on Android 15 forced edge-to-edge

**Solution:**
Apply SafeAreaView to avoid overlap with system bars
(CAUTION: SafeAreaView here is for internal RN Core usage only and should not be used elsewhere)

Changelog:
[Internal]

Reviewed By: mdvacca

Differential Revision: D62225374
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62225374

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 3bd3d76.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants