-
Notifications
You must be signed in to change notification settings - Fork 12
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
ft: Enable deep-links #343
base: development
Are you sure you want to change the base?
Conversation
Don't we also need to set this up on our domains: |
Codecov Report
@@ Coverage Diff @@
## development #343 +/- ##
===============================================
+ Coverage 66.55% 68.78% +2.22%
===============================================
Files 157 157
Lines 4010 4017 +7
===============================================
+ Hits 2669 2763 +94
+ Misses 1341 1254 -87
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Yes we do, we could pass it via CI |
Screen.Recording.2023-01-20.at.19.44.21.mov |
Simulator.Screen.Recording.-.iPhone.13.-.2023-01-28.at.21.19.35.mp4 |
b4f049e
to
eb1debb
Compare
…logging-auth-repo fix: add manual logging to auth repo
Signed-off-by: Isaac Obella <[email protected]>
Signed-off-by: Isaac Obella <[email protected]>
Signed-off-by: Isaac Obella <[email protected]>
f59cc83
to
25f89ae
Compare
run: | | ||
echo "$DEEPLINK_XCCONFIG_CONTENTS" > ios/Flutter/Deeplink.xcconfig | ||
env: | ||
DEEPLINK_XCCONFIG_CONTENTS: ${{ secrets.IOS_DEEPLINK_CONFIG }} |
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.
What do we input here? Different ones depending on Development/Production? DM me on Slack
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.
Not sure if it's rebased properly since I did some changes on development, but shouldn't be any destructive.
We need to rebase this, and then we should be able to merge. |
Let me cherry pick the major changes |
Enables ability to use deep-links to traverse the app routes.
Android
iOs
Android Preview
Screen.Recording.2023-01-17.at.09.08.50.mov
iOs Preview
Screen.Recording.2023-01-17.at.09.23.58.mov
Screen.Recording.2023-01-17.at.09.29.00.mov
Closes #287