Skip to content
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

feat(ios): proximity flow #267

Merged
merged 3 commits into from
Jan 24, 2025
Merged

feat(ios): proximity flow #267

merged 3 commits into from
Jan 24, 2025

Conversation

berendsliedrecht
Copy link
Member

Signed-off-by: Berend Sliedrecht berend@animo.id

Signed-off-by: Berend Sliedrecht <berend@animo.id>
Copy link
Member

@TimoGlastra TimoGlastra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!! Left some comments related to cleanup

apps/easypid/src/features/proximity/mdocProximity.ts Outdated Show resolved Hide resolved
apps/easypid/src/features/proximity/mdocProximity.ts Outdated Show resolved Hide resolved
apps/easypid/src/features/wallet/FunkeOfflineQrScreen.tsx Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
"expo": "catalog:"
},
"devDependencies": {
"@types/fast-text-encoding": "^1.0.3"
},
"expo": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this in every package?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

every package that has the expo dependency I added it.

It should only be required for expo + one of the excluded dependencies. But this suffices imo. We can remove it when we move to expo 52.

packages/agent/src/indyNetworks.ts Outdated Show resolved Hide resolved
#import <ReactCommon/RCTTurboModule.h>

-#import "turboModuleUtility.h"
+#import <anoncreds/turboModuleUtility.h>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this because of static? Can we add this to the library itself by detecting the mode with an #if or something (for later, but so we can use the libraries without patches)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not really sure why we had to change this. It will be removed in the new architecture as well.

Signed-off-by: Berend Sliedrecht <berend@animo.id>
@berendsliedrecht berendsliedrecht force-pushed the ios-mdoc branch 3 times, most recently from 8c7850a to 3c727e8 Compare January 24, 2025 12:28
Signed-off-by: Berend Sliedrecht <berend@animo.id>
@berendsliedrecht berendsliedrecht merged commit 723c9d4 into main Jan 24, 2025
1 check passed
@berendsliedrecht berendsliedrecht deleted the ios-mdoc branch January 24, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants