-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework and update react-navigation #9945
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (72)
|
67ff9d6
to
dd28d1b
Compare
@Ferossgp, probably you know, we have custom two-pane navigator that should be used for desktop and for tablets. I'm curious if its functionality survived upgrade to react-navigation 4? :) |
@vkjr UI wise it works, but it should be updated cause navigation object structure was changed, so it throws error during navigation events. |
dd28d1b
to
31ec971
Compare
31ec971
to
c6fdd30
Compare
c6fdd30
to
89e10e7
Compare
2 similar comments
89e10e7
to
5fd0c7a
Compare
1 similar comment
5fd0c7a
to
c3df303
Compare
45% of end-end tests have passed
Failed tests (53)Click to expand
Passed tests (43)Click to expand |
679a9c3
to
f4b9a76
Compare
@Ferossgp there is a typo in formatting ( |
TODO: Add on-blur for screens to handle this case #10168 |
f4b9a76
to
0fcee2f
Compare
0fcee2f
to
96c134e
Compare
96c134e
to
da88f08
Compare
Get rid of navigation wrapper Use new API to declare navigation Update tabbar component Update to use new navigation events Add ios presentation modal Navigation cleanups Android specific updates Use letsubs for stack subscriptions Keycard did load event backward compatibility Fix tabbar and wallet on-focus bad rebase Do not keep welcome screen into the stack Comment outdated test Fix rebase on home PR Cancel back button on screens which can't be popped Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
da88f08
to
d823a20
Compare
Uses react-navigation 5 and removes the legacy navigation code.
The separate tasks to be added: