react-native-mmkv
Version:
⚡️ The fastest key/value storage for React Native.
38 lines (37 loc) • 764 B
JSON
{
"$schema": "https://nitro.margelo.com/nitro.schema.json",
"cxxNamespace": [
"mmkv"
],
"ios": {
"iosModuleName": "NitroMmkv"
},
"android": {
"androidNamespace": [
"mmkv"
],
"androidCxxLibName": "NitroMmkv"
},
"autolinking": {
"MMKVFactory": {
"all": {
"language": "c++",
"implementationClassName": "HybridMMKVFactory"
}
},
"MMKVPlatformContext": {
"ios": {
"language": "swift",
"implementationClassName": "HybridMMKVPlatformContext"
},
"android": {
"language": "kotlin",
"implementationClassName": "HybridMMKVPlatformContext"
}
}
},
"ignorePaths": [
"**/node_modules"
],
"gitAttributesGeneratedFlag": false
}