You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: android build for SDK v6 migration
- Update CourierSystemModule and ExampleService for SDK v6 API changes
- Fix Android Studio jlink failure on Apple Silicon by setting Corretto 17 as Gradle JDK
- Upgrade AGP to 8.1.1 and Gradle to 8.3 for compatibility
- Update push notification documentation
Co-authored-by: Cursor <cursoragent@cursor.com>
* docs(example): clarify FCM service integration in ExampleService
Document Courier SDK hooks and demo notification handling in the
Android example FirebaseMessagingService.
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore: bump package and native agent version to 6.0.0
Align npm version and iOS/Android Courier agent strings with the v6 SDK migration.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Bump courier-android to 6.0.1
* feat: add inbox background color theme props and modernize example app
- Add listItemBackgroundColor and tabBackgroundColor to CourierInboxTheme (TS, iOS, Android)
- Wire backgroundColor into iOS SDK theme constructor, remove wrapper-view workaround
- Bump Courier_iOS to 5.8.3, courier-android to 6.0.1
- Delete legacy example-073 project and scrub all references
- Add Branded inbox tab to example-085, separate brand theme from styled theme
- Update build_demo_app.sh with gum chooser, build number bumping, and signing
Co-authored-by: Cursor <cursoragent@cursor.com>
* fix: add missing iPad app icons to example-085
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: courier-android-automation[bot] <courier-android-automation[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
From here, you are all set to start working on the package! 🙌
10
10
11
11
> The repository has two example apps:
12
-
> -`example-085/` — fresh React Native **0.85.3** scaffold with the New Architecture on. This is the canonical example referenced by all repo scripts (`yarn example`, CI, etc.).
13
-
> -`example-073/` — the legacy RN 0.73.7 example kept for historical reference. Most repo automation no longer targets it.
12
+
> -`example-085/` — React Native **0.85.3** scaffold with the New Architecture on. This is the canonical example referenced by all repo scripts (`yarn example`, CI, etc.).
13
+
> -`example-expo-55/` — Expo SDK 55 example for testing the Expo plugin.
0 commit comments