-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[home] Fix DevMenu onboarding height when loading a published update (e…
…xpo#23148) # Why Brent noticed that when loading a published update in versioned Expo Go the Onboarding component is not fully visible and the user is not able to press "Continue" <img width="205" alt="image" src="https://github.com/expo/expo/assets/11707729/4cceb546-5554-4ee1-adce-083934a51e19"> # How This PR fixes this height calculation issue by conditionally rendering `DevMenuOnboarding` as position relative instead of just placing `DevMenuOnboarding` as a position absolute on top of everything. This also adds a padding bottom to the BottomSheet to respect the SafeAreaView insets of the device # Test Plan Run locally Expo Go versioned <table> <tr><th>Published update</th><th>Local bundle</th></tr> <tr> <td> <video src="https://github.com/expo/expo/assets/11707729/8d8acda6-876e-46be-94d7-2bed1ed58cd8"/> </td> <td> <video src="https://github.com/expo/expo/assets/11707729/d7638327-6be6-4fb4-8c7e-e6bd3596498a" /> </td> </tr> </table> # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
- Loading branch information
1 parent
b876b73
commit 6de5be7
Showing
3 changed files
with
92 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters