Files
react-native-omni/nitro.json
T
2026-04-09 18:38:04 +02:00

27 lines
517 B
JSON

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