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: use expo recommended safearea #226

Merged
merged 2 commits into from
Dec 18, 2024
Merged

fix: use expo recommended safearea #226

merged 2 commits into from
Dec 18, 2024

Conversation

im-adithya
Copy link
Member

During development, often the Stack.Screen goes down, interfering with the view. I found that the SafeArea we are using is from react-native, but expo has it's own safe area: https://docs.expo.dev/versions/latest/sdk/safe-area-context/ and replacing with that fixes the issue.

Copy link
Contributor

@reneaaron reneaaron left a comment

Choose a reason for hiding this comment

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

Great find, just one remark below 👇

utACK

app/_layout.tsx Outdated Show resolved Hide resolved
@im-adithya im-adithya merged commit 7cf335d into master Dec 18, 2024
2 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.

2 participants