-
Notifications
You must be signed in to change notification settings - Fork 75
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
chore(demo): improve loading views #1107
Conversation
810a12e
to
9419d0d
Compare
demo/App.tsx
Outdated
@@ -49,6 +49,7 @@ export default () => ( | |||
paddingBottom: insets?.bottom, | |||
paddingLeft: insets?.left, | |||
paddingRight: insets?.right, | |||
paddingTop: Platform.OS === 'ios' ? insets?.top : 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this cause issues on Android?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Android didn't show the same jumping and it seems to be pushing the UI down lower than it needs to be. I was getting a value of around 25 for the top on Android simulator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, it would be worth adding a comment about this for future reference
9419d0d
to
573f556
Compare
Resolving several visual quirks with Hyperview demo:
Asana