Init using create-nitro-module

This commit is contained in:
2026-04-06 12:53:56 +02:00
commit b5a15a41e9
97 changed files with 6648 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"$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"
]
}