-
Notifications
You must be signed in to change notification settings - Fork 18
feat(notifications): rename notification files to .native.ts for Expo #2508
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: expo-push-notifications-native
Are you sure you want to change the base?
feat(notifications): rename notification files to .native.ts for Expo #2508
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
dc53da7 to
ab4beb3
Compare
57e5ef5 to
c6f5fec
Compare
ab4beb3 to
568c2d1
Compare
c6f5fec to
5c851f3
Compare
568c2d1 to
1460d39
Compare
5c851f3 to
b44ad5b
Compare
1460d39 to
8e3f644
Compare
|
Vercel Unique URL: https://sendapp-41iff6euk-0xsend.vercel.app |
8e3f644 to
b95c661
Compare
b44ad5b to
c700736
Compare
Renamed notification files to use .native.ts extension for proper platform-specific bundling: - useNotifications.ts → useNotifications.native.ts - useNotificationHandler.ts → useNotificationHandler.native.ts - notification-navigation.ts → notification-navigation.native.ts These files use Expo-specific APIs (expo-notifications, expo-router) and are only needed for the native app bundle. This enables proper tree shaking when bundling for web. Co-Authored-By: Warp <agent@warp.dev>
c700736 to
9f71b5a
Compare
b95c661 to
7e22aef
Compare
Playwright Test ResultsNo test results availableNo test results were found. This could be because tests failed to run or artifacts were not uploaded. |

Renamed notification files to use .native.ts extension for proper
platform-specific bundling:
These files use Expo-specific APIs (expo-notifications, expo-router)
and are only needed for the native app bundle. This enables proper
tree shaking when bundling for web.
Co-Authored-By: Warp agent@warp.dev