react-native-mmkv icon indicating copy to clipboard operation
react-native-mmkv copied to clipboard

feat: Add `MMKV.config` getter

Open mrousavy opened this issue 2 months ago • 0 comments

Adds MMKV.config to get the original config used to create this MMKV instance.

const storage = createMMKV({ id: 'custom' })
const id = storage.config.id // <-- custom
  • Resolves https://github.com/mrousavy/react-native-mmkv/issues/941

mrousavy avatar Oct 27 '25 14:10 mrousavy