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)
Mon, Jun 24, 12:20 AM
Unknown Object (File)
Mon, Jun 24, 12:17 AM
Unknown Object (File)
Thu, Jun 20, 1:16 AM
Unknown Object (File)
Tue, Jun 11, 10:07 AM
Unknown Object (File)
Tue, Jun 11, 10:07 AM
Unknown Object (File)
Tue, Jun 11, 10:07 AM
Unknown Object (File)
Apr 4 2024, 5:33 AM
Unknown Object (File)
Apr 4 2024, 5:33 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