-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[TS migration] Migrate SettingsWallet
page to TypeScript
#34716
Merged
Merged
Changes from 18 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
a7fbd97
TS migration SettingsWallet
tienifr 47ea3ac
use StackScreenProps type
tienifr 9506d82
add commen
tienifr a15c596
fix lint
tienifr b848510
TS migrate ActivatePhysicalCardPage
tienifr a532fc8
Merge branch 'main' of https://github.com/tienifr/App into ts-migrati…
tienifr 14951ed
TS migrate AddDebitCardPage
tienifr 44853e7
fix lint
tienifr 40b2601
TS migrate ReportCardLostPage
tienifr 73095a2
Merge branch 'main' of https://github.com/tienifr/App into ts-migrati…
tienifr ff51244
TS migrate TransferBalancePage
tienifr 137ff59
fix lint
tienifr 48d470a
TS migrate ExpensifyCardPage
tienifr 65446ab
Merge branch 'main' of https://github.com/tienifr/App into ts-migrati…
tienifr 7b7906c
Fix Form TS error
tienifr 3b5d9ee
Merge branch 'main' into ts-migration/32003
tienifr 9cfedfe
Fix lint and type
tienifr 021be80
remove redundant check
tienifr 47d7f81
Merge branch 'main' into ts-migration/32003
tienifr 9365b3d
add comment and fix minor errors
tienifr 67001c6
Merge branch 'main' into ts-migration/32003
tienifr d3a9997
Merge branch 'main' into ts-migration/32003
tienifr 5ff1569
Merge branch 'main' into ts-migration/32003
tienifr 6368b04
Merge branch 'main' of https://github.com/tienifr/App into ts-migrati…
tienifr 3c59cfe
Merge branch 'main' of https://github.com/tienifr/App into ts-migrati…
tienifr 7acd0af
Resolve conflicts
tienifr 6439290
fix type error
tienifr 23bc723
fix lint
tienifr 48d5b09
remove unnecessary changes
tienifr 6e01c60
fix type error
tienifr c15a756
fix lint
tienifr 923e1a0
Merge branch 'main' of https://github.com/tienifr/App into ts-migrati…
tienifr 779a231
use or instead of nullish coalescing
tienifr aced7a7
Merge branch 'main' into ts-migration/32003
tienifr 8ffbbe1
Fix typecheck
tienifr 79b29cc
Merge branch 'main' into ts-migration/32003
tienifr d6c3570
fix crash in activate physical card page
tienifr 9d27a52
Merge branch 'main' of https://github.com/tienifr/App into ts-migrati…
tienifr b606e21
Merge branch 'main' into ts-migration/32003
tienifr 1ddf781
Merge branch 'main' of https://github.com/tienifr/App into ts-migrati…
tienifr befbda6
fix typecheck
tienifr b8caf36
fix: selected icon not show for selected account
tienifr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will cause regression. draftValues can be empty string.
Lets hold this PR for #33641