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

[Feature] Change path/dir to the package

Open pbtkhoa opened this issue 3 years ago • 1 comments

Can we add parameter to change default path/dir mmkv file storage please?

pbtkhoa avatar Oct 06 '21 17:10 pbtkhoa

That can be controlled only before the initialization which happens in native side. If you need this feature, you can simply patch the library with patch-package in your project and change the path.

ammarahm-ed avatar Oct 15 '21 16:10 ammarahm-ed