Page MenuHomePhabricator

[native] Add SafeAreaView to RegistrationContainer
ClosedPublic

Authored by ashoat on Apr 24 2023, 5:41 PM.
Tags
None
Referenced Files
F2752681: D7599.id25635.diff
Wed, Sep 18, 4:07 PM
F2737582: D7599.id25791.diff
Tue, Sep 17, 6:58 PM
F2737581: D7599.id25719.diff
Tue, Sep 17, 6:58 PM
F2737580: D7599.id25635.diff
Tue, Sep 17, 6:58 PM
F2737521: D7599.id.diff
Tue, Sep 17, 6:57 PM
Unknown Object (File)
Mon, Sep 16, 2:03 AM
Unknown Object (File)
Mon, Sep 2, 3:50 PM
Unknown Object (File)
Sat, Aug 31, 6:14 AM
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