From 4c76177a37b62b19cf791768341fdc3c371738fd Mon Sep 17 00:00:00 2001 From: Ishita Gambhir Date: Mon, 9 Jun 2025 13:51:48 +0530 Subject: [PATCH] Down merge main into staging (#486) * expo CNG update (#480) * build error optimize read me updated * optimize note added * enable TVOS platform for Edge Bridge enable TVOS platform for Edge Bridge * update app podfile to the latest versions update app podfile to the latest versions * updated optimize read me for build errors * location services updates (#475) * location services updates * places version bump * Expo 52 sample app updated (#471) * expo 52 upgrade android build working * expo 52 ios fixes along with splash screen freeze issue fixes * pod file and yarn lock fixes * updated yarn lock and other copyright comment * added plugin for jetifier configuration * Remove android and ios folders from Git tracking for AEPSampleAppNewArchEnabled * ios and android folder added to git ignore * Revert "added plugin for jetifier configuration" This reverts commit de0ffb251779c2adf5313caf432393710f50c96d. * added expo prebuild command * read me expo sample app updated --------- Co-authored-by: Naman Arora * expo simplification doc update (#473) * removed registeration of sdks * Update expo.md with expo to support CNG with static frameworks configuration * addressed review comments and made relevant changes in read me * Added a note for Expo support in Installation Guide. --------- Co-authored-by: akhiljain1907 --------- Co-authored-by: Calise Cheung Co-authored-by: Naman Arora Co-authored-by: akhiljain1907 * Content cards tutorial (#482) * docs: :memo: adds content cards tutorial * diff * Content cards tutorial (#483) * docs: :memo: adds content cards tutorial * docs: :memo: adds docs for content card tracking * docs: update ContentCards tutorial to use trackContentCardInteraction methods from PR #477 (#485) --------- Co-authored-by: namArora3112 Co-authored-by: Calise Cheung Co-authored-by: Naman Arora Co-authored-by: akhiljain1907 Co-authored-by: Daniel Soffiantini --- packages/messaging/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/messaging/README.md b/packages/messaging/README.md index 846e8a4f..1c05aa3d 100644 --- a/packages/messaging/README.md +++ b/packages/messaging/README.md @@ -435,6 +435,7 @@ function otherWorkflowFinished() { } ``` + ## Tracking interactions with content cards ### trackContentCardDisplay @@ -457,4 +458,5 @@ Messaging.trackContentCardInteraction(proposition, contentCard); ## Tutorials -[Content Cards](./tutorials/ContentCards.md) \ No newline at end of file +[Content Cards](./tutorials/ContentCards.md) +