Page MenuHomePhabricator

[native] move transitionPreset into shared navigation options file
ClosedPublic

Authored by ginsu on Feb 8 2024, 11:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 22, 1:06 PM
Unknown Object (File)
Tue, Oct 22, 9:02 AM
Unknown Object (File)
Tue, Oct 22, 8:36 AM
Unknown Object (File)
Tue, Oct 22, 8:36 AM
Unknown Object (File)
Tue, Oct 22, 8:36 AM
Unknown Object (File)
Sep 6 2024, 10:38 PM
Unknown Object (File)
Aug 27 2024, 10:07 AM
Unknown Object (File)
Aug 27 2024, 1:20 AM
Subscribers

Details

Summary

Move diff, I am planning to use transitionPreset in another react navigator to fix the change roles screen. Instead of duplicating the logic, we should move transitionPreset into the shared options file

Linear task: https://linear.app/comm/issue/ENG-6354/lower-rounded-corners-in-change-role-screen-on-mobile-need-to-be

Test Plan

flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu added reviewers: atul, inka.
ginsu retitled this revision from move transitionPreset into shared navigation options file to [native] move transitionPreset into shared navigation options file.
ginsu published this revision for review.Feb 8 2024, 12:00 PM

will make sure ci passes before landing

native/navigation/options.js
28 ↗(On Diff #36883)

This is the only change I made here: we needed this to be typed so flow would be happy

native/navigation/options.js
28 ↗(On Diff #36942)

This is the only change I made here: we needed this to be typed so flow would be happy

Seems like straightforward move + flow annotation

This revision is now accepted and ready to land.Feb 9 2024, 12:43 PM