Skip to content

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