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 keyboard double pad issue in email change & verify modals #1664

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

pfrazee
Copy link
Collaborator

@pfrazee pfrazee commented Oct 10, 2023

The keyboard was causing a pad to obscure the inputs

image

Turns out this was a subtle dynamic with bottom-sheet. When we're using bottom-sheet (aka snappoints isn't set to 'fullscreen') then we want to use the bottom-sheet textinput and scrollview, as we were previously doing. However! Those components handle the keyboard visibility dynamic, so we dont want to use <KeyboardAvoidingView> in those scenarios. The KAV was the cause of the extra padding.

@pfrazee pfrazee merged commit e878da0 into main Oct 10, 2023
4 checks passed
@pfrazee pfrazee deleted the modal-keyboard-issues branch October 10, 2023 21:02
estrattonbailey added a commit that referenced this pull request Oct 11, 2023
…t-tags-into-app

* origin: (21 commits)
  resolve fork of zeed-dom (#1663)
  Port remaining lightbox code to Reanimated (#1669)
  Update testrunner to use new dev-env [WIP] (#1575)
  Fix MobX crash for Android lightbox (#1668)
  Change lightbox to use Pager (#1666)
  make empty feed required (#1667)
  Only warn on links to bsky.app if it represents itself as another url (#1662)
  Fix keyboard double pad issue in email change & verify modals (#1664)
  Don't highlight tags in composer yet (#1665)
  Fix: fetch follows on desktop search for typeahead (#1660)
  Remove duplicate modal container (#1661)
  Drive-by lightbox refactors (#1659)
  Only prompt users once to verify email (according to local storage) close #1657 (#1658)
  Revert "Fix invite codes flash on desktop, use loading placeholder (#1591)" (#1656)
  Refactor iOS lightbox to Reanimated (#1645)
  Bump package.json to 1.52
  Remove unnecessary opacity logic (#1646)
  Fix typo in image.ts (#1638)
  fix typo README.md (#1631)
  Typo fix in README.md: "small about" -> "small amount" (#1639)
  ...
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