feat(js-sdk): implement custom storage config to support react native (#11467)

* feat(js-sdk): implement custom storage config to support react native

* chore: add changeset

* feat(js-sdk): implement custom storage config to support react native

* chore: add changeset

* test:  add unit tests for custom storage
This commit is contained in:
Ranjith kumar
2025-02-18 08:38:23 +01:00
committed by GitHub
parent ee848bf0f4
commit 32ad13813b
5 changed files with 155 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/js-sdk": minor
---
Implement custom storage configuration option in js-sdk to support react native