-
Notifications
You must be signed in to change notification settings - Fork 180
[SELF-781] chore: add polish to the mobile demo app #1135
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
Merged
transphorm
merged 38 commits into
dev
from
codex/review-mobile-sdk-demo-app-for-polish-suggestions
Oct 1, 2025
Merged
Changes from 36 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
ec57382
Improve demo app safe area handling
transphorm fb824c6
refactor: centralize mobile demo screen navigation
transphorm dcc04bf
update lock
transphorm 4f170c1
Merge branch 'dev' into codex/review-mobile-sdk-demo-app-for-polish-s…
transphorm 1e1842c
update podfile lock
transphorm 417a428
fix pipelines
transphorm f848a6f
fix tests
transphorm cca68fb
save wip polish
transphorm 3d3d434
polish app
transphorm 3b875b4
simplify and standardize screens
transphorm fe02213
small fixes
transphorm fc5c4ec
fix tests
transphorm 296d757
Use SDK SelfClientProvider in demo (#1162)
transphorm dd87f4d
fix types
transphorm 84eb9fc
Fix mobile SDK demo Jest mock
transphorm 7560493
Merge pull request #1164 from selfxyz/codex/fix-failing-pipelines-for…
transphorm 039e6c9
force react-native-svg to 15.12.1
transphorm 0580892
Merge branch 'codex/review-mobile-sdk-demo-app-for-polish-suggestions…
transphorm 0bb30c5
Merge branch 'dev' into codex/review-mobile-sdk-demo-app-for-polish-s…
transphorm be49dc6
fix tests
transphorm 0c1b322
add types script
transphorm 800cb21
fix document list
transphorm 854d31e
Merge branch 'dev' into codex/review-mobile-sdk-demo-app-for-polish-s…
transphorm ac33d1f
Merge branch 'dev' into codex/review-mobile-sdk-demo-app-for-polish-s…
transphorm 19e515e
fix types and metro config
transphorm 4071be7
add ignore files to speed up watchman and eslint
transphorm 6602f67
save wip tweaks
transphorm 9f1f556
save mock doc screen wip
transphorm 320c2f7
use persistant document store
transphorm e12b1c1
save polish work in progress
transphorm e678847
add polish to screens
transphorm 43c065e
save wip secure storage
transphorm fb95439
allow cursor to examine react configs
transphorm fde191d
convert tests to vitest and fix
transphorm b1959fa
fix tests
transphorm 3ce39ff
prettier
transphorm 1296db8
cr feedback
transphorm c1a270a
fix tests and remove skipped
transphorm 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| node_modules | ||
| dist | ||
| build | ||
| coverage | ||
| ios/build | ||
| android/build | ||
| android/app/build | ||
| app/vendor | ||
| circuits/build | ||
| contracts/artifacts | ||
| contracts/cache | ||
| contracts/typechain-types | ||
| **/*.js | ||
| **/*.cjs | ||
| **/*.mjs | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,12 @@ | ||
| { | ||
| "ignore_dirs": [ | ||
| ".git", | ||
| ".hg", | ||
| "node_modules", | ||
| "ios/build", | ||
| "android/build", | ||
| "android/app/build", | ||
| "dist", | ||
| "build" | ||
| ] | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -145,7 +145,7 @@ | |
| "react-native-safe-area-context": "^5.6.1", | ||
| "react-native-screens": "4.15.3", | ||
| "react-native-sqlite-storage": "^6.0.1", | ||
| "react-native-svg": "^15.12.1", | ||
| "react-native-svg": "15.12.1", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lock to this specific version so the build doesn't break |
||
| "react-native-svg-circle-country-flags": "^0.2.2", | ||
| "react-native-svg-web": "^1.0.9", | ||
| "react-native-web": "^0.19.0", | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -151,7 +151,6 @@ class PassportReader: NSObject { | |
| skipCA: skipCABool, | ||
| skipPACE: skipPACEBool, | ||
| useExtendedMode: extendedModeBool, | ||
| usePacePolling: usePacePollingBool, | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @seshanthS fyi the demo wouldn't build with this param |
||
| customDisplayMessage: customMessageHandler | ||
| ) | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.