-
Notifications
You must be signed in to change notification settings - Fork 13
fix: rework expo push provider #823
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?
fix: rework expo push provider #823
Conversation
🦋 Changeset detectedLatest commit: 4c64f0d The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1cd494e to
bf5097d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #823 +/- ##
==========================================
+ Coverage 67.33% 67.84% +0.51%
==========================================
Files 189 190 +1
Lines 7928 7934 +6
Branches 1024 1041 +17
==========================================
+ Hits 5338 5383 +45
+ Misses 2565 2526 -39
Partials 25 25
|
Description
Cleaned up the KnockExpoPushNotificationProvider to be more readable and try and clean up some of the useEffects that existed that I suspect were the source of the bugs we've been seeing.
Introduces more ways to access the expo projectId to ensure it's loaded correctly for all Expo projects from 46+.