Skip to content

Fix reset password getting out of view #4339

Manish requested to merge fix/reset-psw-pos-4339 into develop

Ticket(s) / Related Merge Requests

#4339 (closed)

Summary of Changes

Fixes #4339 (closed) by disabling animatedContentHeight prop of bottom sheet if we wanted a fixed height (like we do in password reset modal). Ideally, that modal should've been a screen and used ModalContainer like LoginScreen. But that was out of scope of fixing this issue

Testing Considerations

Scenario 1

  1. open login screen
  2. press forgot password
  3. the modal should appear correctly and #4339 (closed) should be fixed

Scenario 2

  1. Open the app by clicking the reset password link
  2. make sure this modal is correctly positioned as well (they're the same modal anyway)

Regression Scope

None

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

local, iOS. Sandbox TBD

Screenshots

Screen_Shot_2022-06-27_at_16.37.33

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Manish

Merge request reports