-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Firma con IO): [SFEQS-1378] Update main app navigator stack to e…
…nable FCI deeplink (#4568) ###⚠️ This PR depends on #4152 ## Short description This PR updates main app navigator stack adding FCI deep linking support. This PR remove some checks related to FCI feat flag to avoid an error during startup when backendStatus remote info not yet synchronised. The logic is moved in FciRouterScreen.tsx. [refs. [https://reactnavigation.org/docs/5.x/deep-linking](https://reactnavigation.org/docs/5.x/deep-linking)] ## List of changes proposed in this pull request - Update FciRouterScreen - Update AppStackNavigator - Update startup saga ## How to test Using `io-dev-api-server` try to start a signing flow via deeplink. To do this we have to know the ID of a signature request. This should be read using tools like reacttotron navigating under the features.fci.signatureRequest state after starting a signing flow from a WAIT_FOR_SIGNATURE message. With the SIGNATURE_REQUEST_ID it should be possibile to start a signing flow via deeplink launching from terminal: ```bash xcrun simctl openurl booted "ioit://fci/main?signatureRequestId=01GX8RW869W2CFXCKKET4M6ZK9" ``` The test should be done with: - app opened - app closed - app terminated --------- Co-authored-by: Cristiano Tofani <[email protected]> Co-authored-by: Andrea Piai <[email protected]> Co-authored-by: Luca Cavallaro <[email protected]>
- Loading branch information
1 parent
080aecc
commit 0326230
Showing
9 changed files
with
59 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters