Page MenuHomePhabricator

[native] Add SafeAreaView to RegistrationContainer
ClosedPublic

Authored by ashoat on Apr 24 2023, 5:41 PM.
Tags
None
Referenced Files
F3174826: D7599.id25719.diff
Thu, Nov 7, 6:19 PM
Unknown Object (File)
Fri, Oct 11, 11:50 PM
Unknown Object (File)
Fri, Oct 11, 11:50 PM
Unknown Object (File)
Fri, Oct 11, 11:50 PM
Unknown Object (File)
Fri, Oct 11, 11:50 PM
Unknown Object (File)
Fri, Oct 11, 11:40 PM
Unknown Object (File)
Oct 1 2024, 8:42 PM
Unknown Object (File)
Sep 18 2024, 4:35 PM
Subscribers

Details

Summary

See designs

Depends on D7598

Test Plan
beforeafter
ios
Screenshot 2023-04-24 at 8.35.43 PM.png (1×1 px, 793 KB)
Screenshot 2023-04-24 at 8.36.40 PM.png (1×1 px, 793 KB)
android
Screenshot 2023-04-24 at 8.41.29 PM.png (2×1 px, 519 KB)
Screenshot 2023-04-24 at 8.41.12 PM.png (2×1 px, 519 KB)

Diff Detail

Repository
rCOMM Comm
Branch
ashoat/registration
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

I was seeing an issue where the SafeAreaView was applying the bottom inset when the KeyboardAvoidingView was up. To address this, I moved the SafeAreaView upstream to RegistrationNavigator, and moved KeyboardAvoidingView downstream to RegistrationContainer

This revision is now accepted and ready to land.Apr 26 2023, 1:14 PM