[ncl] Fix push send endpoint uri
[ncl] update Expo URLs, small tweaks (#15092)
[ncl] Fix warnings and quirks from QA
[ncl] Remove guid.expo.js (#12152)
[NCL] replace _category field with categoryId, and don't need to scope anymore
[auth-session] Create built-in providers for Google and Facebook (#9361)* [WIP] Created basic auth-session providers * [WIP] Improved default auth flows * Remove extra features * Remove fe
[auth-session] Create built-in providers for Google and Facebook (#9361)* [WIP] Created basic auth-session providers * [WIP] Improved default auth flows * Remove extra features * Remove fetchUserInfoAsync * Updated doc blocks * Updated docs with google provider * Updated docs with facebook provider * Updated auth-session docs * Added getting started links to the doc blocks * Update authentication.md * Update CHANGELOG.md * Added shim for testing Firebase auth * Disable selectAccount on Facebook * Added authentication back * Updated google auth * Use implicit auth by default * Update authentication.md * Delete Firebase auth screen * Split and share code * Added comments * Remove unused files * Fix casing * revert casing * Transform casing * Fix tests * Fix unit tests * fix docs * use URL directly * eslint ignore
show more ...
[expo-notifications] Update NCL example (#8617)* [expo-notifications] Update NCL example * [expo-notifications] Fix title of the local notification
[auth-session] Create OIDC auth request system (#7760)* Create AuthRequest * Updated hooks * Removed redirect auth method * Clean up * Update AuthSessionScreen.tsx * Remove build fil
[auth-session] Create OIDC auth request system (#7760)* Create AuthRequest * Updated hooks * Removed redirect auth method * Clean up * Update AuthSessionScreen.tsx * Remove build files * added dependencies * Remove useJsonFetchRequest * Updated docs * Updated build files * Update auth-session.md * Update auth-session.md * Fix types and example * Added tests * fix build files * Update AuthRequest-test.ts * Update auth-session.md * Crypto tests * Added legacy auth session test screen back * Updated auth demo and docs * Updated uber demo * Added usePKCE toggle * Clean up redirect uris * Added google proxy example * Remove io.identityserver.demo scheme * Update auth-session.md * Update auth-session.md * Fix legacy example * Make legacy example disable properly in bare * Update AuthSessionScreen.tsx * Back port docs to sdk 37 * add missing `add` * Added TOC
Unify GUID usage across NCL (#7748)* Unify GUIDs * Update to [email protected] * Add support for NCL standalone and throwing on unsupported bare platforms * Update yarn.lock
Revert "[ios][android][docs] Supports rich content (image, audio, and video) in push notifications (#4787)" (#6139)This reverts commit 3bd027a087c5ab3e23e060506f69b966869c8c48.
[ios][android][docs] Supports rich content (image, audio, and video) in push notifications (#4787)* [android] Add basic support for displaying an image in push notification * [ios] Add support f
[ios][android][docs] Supports rich content (image, audio, and video) in push notifications (#4787)* [android] Add basic support for displaying an image in push notification * [ios] Add support for displaying rich content This is done by creating a `UNNotificationServiceExtension`. Ref: - https://docs.leanplum.com/docs/adding-images-to-push-notifications - https://developer.apple.com/documentation/usernotifications/unnotificationattachment - https://stackoverflow.com/a/40734571/2603230 * [ios] Change variable names * [ios] Use escaping for callback * [ios] Minor change * [ios] Add support for displaying rich content without extension * [ios] Use `response.suggestedFilename` instead of manually finding the extension * [ios] Use Objective-C instead of Swift for UNNotificationServiceExtension * [ios] Add support for receiving and using user options for rich content * [android] Fix crash due to IllegalStateException when handling invalid rich content (image) URL * [android] Add support for using a custom icon for push notification * [android] Add support for push notification body with rich content options though none of those options are supported on Android and are ignored * [android] Do not display any rich content if `isMultiple` * [android] Add support for `thumbnailHidden` option * [docs] Add documentation for rich content in push notification * [docs] Add note for rich content displaying priority on iOS * Update CHANGELOG.md * [ios] Add support for an option `_displayInForeground` to allow displaying push notification in foreground * Update push-notifications.md * [ios] Fix formatting * Update push-notifications.md * Revert changes related to `_displayInForeground` (doing it in a new branch) * [ios] Use spaces instead of tabs to be consistent * [ncl] Add rich content push notification demo It will only be actually displayed after #4802 is merged so that the notification will be displayed in foreground * [ncl] Add alert for Android to notify that rich content other than images are only supported on iOS * [ncl] Minor change to rich content video source * [test-suite] Add tests for push notifications * [test-suite] Minor change to push notifications test * Update docs/pages/versions/unversioned/guides/push-notifications.md Co-Authored-By: Eric Samelson <[email protected]> * Update NotificationService.m * Update NotificationService.h * [test-suite] Restrict the test to the receipt of the notification https://github.com/expo/expo/pull/4787#discussion_r305522008 * [android] Log exceptions * Update PushNotificationHelper.java * [docs] Add notes about GIFs on Android https://github.com/expo/expo/pull/4787#discussion_r305478102 * [ios] Rename `NotificationService` to `ExNotificationService` https://github.com/expo/expo/pull/4787/files#discussion_r305483876 * [ios] Rename `NotificationService` file to `EXNotificationService` file * [ios] Minor change * [ncl] Add "image with a custom icon" for NotificationScreen
[ncl][test-suite] Change imports to SDK 33 syntax with the codemod (#4219)* [ncl][test-suite] Change imports to SDK 33 syntax with the codemod * [ncl][test-suite] Add new imported packages to de
[ncl][test-suite] Change imports to SDK 33 syntax with the codemod (#4219)* [ncl][test-suite] Change imports to SDK 33 syntax with the codemod * [ncl][test-suite] Add new imported packages to dependencies
@bbarthec/migrate native component list to typescript (#3975)* [ncl] Migrate to TypeScript * [ncl] fix runtime on mobile devices * [ncl] Apply review suggestions