You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix iOS sheet handling, clean up Navigation types (#6807)
* Add object type helpers
* Clean up `Navigation.tsx`, simplify types
* Make cool-modals work with react-navigation navigators (`onWillDismiss` was not being called)
* Update `useRoute` usages
* Align navigation types
* Hook up charts prefetching
* Improve `deepFreeze` types
* Minor charts cleanup
* Add missing `createBlankPicture` export
* Update navigation ref setter, remove unnecessary wrapper object in `useApplicationSetup`
* Fix remaining type errors
* Ensure active route is updated when swiping between tabs
* Fix merge conflicts
* Enforce exact token types consistently
* Remove unnecessary state spread
* Fix navigation after wallet group creation
* Use navigate instead of replace for wallet group navigation
* Fix remaining navigation issues
Removes the `replace` functionality from `navigate` as `replace` already exists as a standalone function
* Fix `buildMenuItems` cache
* Fix issue with the stack not being replace
* Clean up conditional `replace` usage
* Clean up conditional `replace` in `useImportingWallet`
---------
Co-authored-by: EQuimper <[email protected]>
0 commit comments