Marc Rousavy
Marc Rousavy
No timeline.
? this has conflicts and `main` is V4
PRs welcome - I don't use jest so I don't know a good answer to this.
There is [createMockMMKV](https://github.com/mrousavy/react-native-mmkv/blob/main/packages/react-native-mmkv/src/createMMKV/createMockMMKV.ts)
Does it work with just `id`? As in, which part makes it fail - `id` or `path` or both?
Well did you create the folder before passing it to path?
Which version are you using? I think it's time we need issue templates for react-native-mmkv. Try [V4](https://github.com/mrousavy/react-native-mmkv/releases/tag/v4.0.0-beta.11) and let me know if you can reproduce it there
But only if it's encrypted, right?
The tests were removed by @V3RON here: https://github.com/mrousavy/react-native-mmkv/pull/924 - do you think we should add them again?
Hmm yea I think it'd be super cool to be able to use C++ HybridObjects from Swift/Kotlin - right now only the other way around is supported (using Swift/Kotlin HybridObjects...