Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor navigation infra (#10977)
* chore: add feature flag * feat: prepare main stack * feat: add tabs stack * feat: hook up the different screens * feat: update other navigate methods to support new navigation infra * chore: add hides back button to tabs * feat: update tabs styling * chore: remove console.log * chore: update live sale logic * chore: remove unused prop * feat: remove tab screens from shared routes * chore: remove comment * chore: update screen wrapper props * feat: add tab screens to the individual tabs * chore: add todo comment * fix: imports on Tabs.tsx * fix: ts * fix: borken types for tabs * feat: support switchTab * fix: add missing isNavigationReady to deep linking 💣🚨 * chore: hide relay logs when metaflag is disabled * chore: better types (thanks Carlos) * feat/fix: register native module * chore: improve presentation of dev settings * feat: default navigation header and other UI fixes * chore(side-quest): improve OTP UX * feat: add new patterns example on dev menu * chore: better directories * fix: more UX fixes * chore: better DX * feat: add staging indicator * fix: more UI fixes for headers * chore: better bottom tabs hiding logic * fix: more UI issues * fix: consignment inquiry UI issues * chore: decouple fetch profile * fix: more broken paddings * fix: patch broken react-native-screens * fix: more screen header issues * fix: more navigation issues * fix: UI issues on the Inbox * chore: extract spinner * feat: better bottom tabs * chore: bring back tab button count * fix: broken tests * fix: more broken UI * fix: more tests * fix: skip migrations test TODO: To be fixed later * fix: more fixes to the dev menu * chore: align staging indicator * fix: broken tests * chore: minor UI fixes * chore: refactor - make routes a variable instead of a function * fix: old navigation headers logic * chore: remove hack * chore: self review [round 1] * fix: more broken tests * chore: better nav stack logic * fix: remove patch * fix: city guide missing back button * fix: remove post-install * chore: address review comments * fix: make inbox full bleed * feat: support replace * feat: support only show in tab name * fix: minor tweaks * chore: bring back state change instrumentation * chore: bring back tap on search to focus * fix: align simple page with header with current designs * fix: align text title on android * Revert "fix: align simple page with header with current designs" This reverts commit 4cb2960. * fix: align (again) simple page with header with current designs * fix: annoying spinner on add artwork to my collection * feat: introduce new modal stack * fix: auction bidding modal * fix: make sure privacy and terms are displayed in modals * fix: typescript * fix: broken test * fix: address review comments * fix: skip not needed broken test * fix: bring back old presentation of screens in app registry
- Loading branch information