-
Notifications
You must be signed in to change notification settings - Fork 255
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
Rewrite EOS handle scene #4352
Rewrite EOS handle scene #4352
Conversation
896076b
to
6a5f249
Compare
98603ae
to
67dee1d
Compare
type="primary" | ||
onPress={handleSubmit} | ||
/> | ||
<View style={{ paddingBottom: 400 }} /> |
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.
This hard-coded padding allows you to scroll the scene for no reason, especially apparent when the keyboard is collapsed.
The MainButton
ought to be stuck to the bottom of the screen or top of the keyboard, keeping aligned with most of our button layouts.
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.
However, this isn't possible unless we
- Disable scroll in the SceneWrapper or
- Implement content size aware (dynamic scroll enable/disable) SceneWrapper or
- Some other trick I never figured out
I'm fine punting this detail until we do 2
e2dae16
to
b88829a
Compare
b88829a
to
db86daa
Compare
db86daa
to
fcc0610
Compare
CHANGELOG
Dependencies
noneRequirements
If you have made any visual changes to the GUI. Make sure you have: