Skip to content

Add support for Expo Secure Storage #549

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

km00776
Copy link

@km00776 km00776 commented Jul 6, 2025

Add expo-sqlite/kv-store to the persist plugins list.

More about the expo-secure-store

Usage:

import {observablePersistExpoSecureStore} from '../../expo-secure-store/persist-plugins/expo-secure-store'

const persistOptions = configureSynced({
  persist: {
    plugin: observablePersistExpoSecureStore({}),
  },
})
syncObservable(
  StorePasscode$,
  persistOptions({
    persist: {
      name:'secure-something',
    },
  }),
)

@km00776
Copy link
Author

km00776 commented Jul 6, 2025

@jmeistrich

@km00776
Copy link
Author

km00776 commented Jul 21, 2025

@cabello @minorgod @jmeistrich

Mind reviewing this?

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

Successfully merging this pull request may close these issues.

1 participant