Skip to content

Fix onboarding layout regression #4167

Ticket(s) / Related Merge Requests

#4167 (closed)

Summary of Changes

This regression was caused by the fix of the DismissKeyboard component, it was using a Touchable and it was changed to a Pressable component

The fix just adds a flex:1 to the style of the component

Testing Considerations

  • Test onboarding channel setup layout
  • Test onboarding verify uniqueness layout

Regression Scope

No regression expected

Platform Affected (web, mobile, etc)

Android and iOS

Developer Testing Completed

Tested on both platforms

Merge request reports