bifold-wallet
bifold-wallet copied to clipboard
Back button to splash screen should be removed
Introduced with initialization refactor. A user can go back to the Splash screen with no way to exit without closing app.
Video attached. It isn't only the <Splash link that can bring one back to the initialization screen, it is also (at least on iOS) you can swipe right to go back to the initialization screen.
https://user-images.githubusercontent.com/44370861/195704968-f9d4cdd2-e37d-404c-b91a-f7f2756051cd.mov
Pretty sure I fixed this. Closing as a duplicate.
@jleach - was it recently fixed? We still have this issue in our fork of bifold (commit Id - 967ef)
@dinbtechit Ok, my mistake.
No worries @jleach ... I was trying to fix it. For some reason, I couldn't pop the loading screen route from the stack navigation history. The react native - stack navigator documentation is a bit convoluted. :(
Needs to be re-tested
Can I be assigned to this? I'm currently testing it
Back-navigation issues should now be fixed for both iOS (swipe back) and Android (hardware back button)