Page MenuHomePhabricator

[native] Remove unused componenet
ClosedPublic

Authored by inka on Tue, Jun 4, 1:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 21, 2:33 PM
Unknown Object (File)
Thu, Jun 20, 3:30 PM
Unknown Object (File)
Thu, Jun 20, 1:00 PM
Unknown Object (File)
Thu, Jun 20, 12:16 AM
Unknown Object (File)
Wed, Jun 12, 8:57 PM
Unknown Object (File)
Tue, Jun 11, 3:19 PM
Unknown Object (File)
Mon, Jun 10, 12:37 PM
Unknown Object (File)
Mon, Jun 10, 3:29 AM
Subscribers

Details

Summary

After D12285 this component wasn't used anywhre else, and we don't expect to need it in the future

Test Plan

flow + tested that community creation works

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Tue, Jun 4, 1:32 AM
tomek added inline comments.
native/community-creation/community-creation-navigator.react.js
54–60 ↗(On Diff #40919)

Wondering if it makes sense to keep a navigator with just one screen. Can we replace it with just the screen?

This revision is now accepted and ready to land.Tue, Jun 4, 1:47 AM
native/community-creation/community-creation-navigator.react.js
54–60 ↗(On Diff #40919)

That would result in changing navigation structure which results in the app crashing because of how we handle navigation state restoration. This can be fixed, but considering that I am already late two days with my May goal, and that as I remember this is not super easy, I would rather not do it

This revision was automatically updated to reflect the committed changes.

That would result in changing navigation structure which results in the app crashing because of how we handle navigation state restoration.

Note that navigation state restoration only applies on dev builds, and does not affect release builds.

That said, I think @inka's prioritization makes sense here given limited time.