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