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
feat: custom storage option for React Native SDK (#539)
This PR fixes#436 by
implementing a custom storage option to the React Native package.
The main motivation is to get rid of the obsolete async storage package,
but we also found that having multiple clients as [recommended by the
official
docs](https://docs.launchdarkly.com/sdk/features/multiple-environments#react-native)
when migrating away from `secondaryMobileKeys` in v9 caused them to
overwrite each other's storage and therefore effectively disabling the
storage/cache altogether.
---------
Co-authored-by: Ryan Lamb <[email protected]>
0 commit comments