Files
react-native-omni/nitro.json
T
2026-04-06 12:53:56 +02:00

26 lines
435 B
JSON

{
"$schema": "https://nitro.margelo.com/nitro.schema.json",
"cxxNamespace": [
"omni"
],
"ios": {
"iosModuleName": "Omni"
},
"android": {
"androidNamespace": [
"omni"
],
"androidCxxLibName": "Omni"
},
"autolinking": {
"Omni": {
"android": {
"language": "kotlin",
"implementationClassName": "HybridOmni"
}
}
},
"ignorePaths": [
"**/node_modules"
]
}