Skip to content
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3e0b377
initial commit for update proposition api enhancement
akhiljain1907 Jun 25, 2025
4403ddf
fixed error on clicking update proposition due to null or undefined c…
akhiljain1907 Jun 26, 2025
2c7b026
removed redundant code from RCTAEPOptimize.m
akhiljain1907 Jul 2, 2025
2a12ff8
fixed callback signature in api call in Optimize.ts and updated tests
akhiljain1907 Jul 2, 2025
dbfad8b
used separate callback for success and error case as native android s…
akhiljain1907 Jul 16, 2025
50640c4
tests fix and removed callbacklog from testapp
akhiljain1907 Jul 16, 2025
8a3cae0
fixed iOS bridge code to call both success and error callbacks and te…
akhiljain1907 Jul 16, 2025
263f03d
fixed android bridge to use AdobeCallbackWithError to provide error c…
akhiljain1907 Jul 24, 2025
43831fc
Merge branch 'staging' into feat/updateProposition
akhiljain1907 Jul 24, 2025
5b0999f
removed error parameter from createCallBackResponse
akhiljain1907 Jul 24, 2025
4fdeac0
Merge branch 'feat/updateProposition' of github.com:akhiljain1907/aep…
akhiljain1907 Jul 24, 2025
b814931
changed public api signature to pass onSuccess and onError as functio…
akhiljain1907 Jul 28, 2025
fa3ca69
moved createCallbackResponse method from RCTAEPOptimizeModule to RCTA…
akhiljain1907 Jul 28, 2025
f096057
sending propositions map directly instead of sending under response k…
akhiljain1907 Jul 28, 2025
28cccbc
added type for AEPOptimizeError and returned AEpOptimizeError type in…
akhiljain1907 Jul 31, 2025
4a3527c
fixed index.js
akhiljain1907 Jul 31, 2025
b8d8e44
Merge staging into feat/updatePropositions
akhiljain1907 Aug 8, 2025
59da3a9
read me update
akhiljain1907 Aug 20, 2025
365e170
merge staging into updatePropositions
akhiljain1907 Aug 20, 2025
ae66c31
bumped optimize package version for 7.1.0 release
akhiljain1907 Aug 20, 2025
db33b2b
Merge branch 'staging' of github.com:akhiljain1907/aepsdk-react-nativ…
akhiljain1907 Aug 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/optimize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/react-native-aepoptimize",
"version": "7.0.0",
"version": "7.1.0",
"description": "Adobe Experience Platform support for React Native apps.",
"homepage": "https://developer.adobe.com/client-sdks/documentation/",
"license": "Apache-2.0",
Expand Down