mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 21:58:54 +00:00
27 lines
517 B
JSON
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"]
|
|
}
|