You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 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?
Unless I am missing it, looks like the RN split client does not support custom storage? eg, async storage?
Any plan for this? Or is there a how to on accomplishing it? Thanks!
The text was updated successfully, but these errors were encountered: