-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
Signed-off-by: Berend Sliedrecht <berend@animo.id>
61b851d
to
b1fcc65
Compare
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.
Very nice!! Left some comments related to cleanup
apps/easypid/src/features/share/FunkeOpenIdPresentationNotificationScreen.tsx
Outdated
Show resolved
Hide resolved
"expo": "catalog:" | ||
}, | ||
"devDependencies": { | ||
"@types/fast-text-encoding": "^1.0.3" | ||
}, | ||
"expo": { |
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.
Do we need this in every package?
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.
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.
#import <ReactCommon/RCTTurboModule.h> | ||
|
||
-#import "turboModuleUtility.h" | ||
+#import <anoncreds/turboModuleUtility.h> |
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.
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)
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.
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>
42a0738
to
3f87247
Compare
8c7850a
to
3c727e8
Compare
Signed-off-by: Berend Sliedrecht <berend@animo.id>
3c727e8
to
fdf7af0
Compare
Signed-off-by: Berend Sliedrecht berend@animo.id