Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the RN client support custom storage? (or any on device storage?) #79

Open
harry-vivian opened this issue Apr 10, 2024 · 2 comments

Comments

@harry-vivian
Copy link

harry-vivian commented Apr 10, 2024

Unless I am missing it, looks like the RN split client does not support custom storage? eg, async storage?

/**
* Defines the factory function to instantiate the storage. If not provided, the default IN MEMORY storage is used.
* @property {Object} storage
* @todo at the moment there are not storages to plug in React Native SDK.
*/
storage?: StorageSyncFactory,

Any plan for this? Or is there a how to on accomplishing it? Thanks!

@harry-vivian harry-vivian changed the title Does the RN client support custom storage? Does the RN client support custom storage? (or any on device storage?) Apr 15, 2024
@hbqdev
Copy link

hbqdev commented Apr 15, 2024

Hi @harry-vivian
At the moment we do not support custom storage. Our team will review this in the future roadmaps for consideration.

Regards,
Tin Tran

@harry-vivian
Copy link
Author

@hbqdev thanks for the response, and to be clear, it looks like the RN SDK does not support any persistent storage mechanism? eg, requires pulling syncing with the SDK on-network each time the app is re-launched?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants