-
Notifications
You must be signed in to change notification settings - Fork 2
Signals updates #33
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
base: main
Are you sure you want to change the base?
Signals updates #33
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (0.99%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #33 +/- ##
===========================================
- Coverage 39.73% 28.70% -11.03%
===========================================
Files 39 39
Lines 2746 3821 +1075
===========================================
+ Hits 1091 1097 +6
- Misses 1655 2724 +1069
🚀 New features to boost your workflow:
|
| let previousScreen: String? | ||
| public let currentScreen: ScreenData | ||
| public let previousScreen: ScreenData? | ||
| } |
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.
cc @wenxi-zeng. I had to modify this because the wildly different stuff we see in UIKit vs SwiftUI. :(
Uh oh!
There was an error while loading. Please reload this page.