mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-16 02:44:51 +00:00
Init using create-nitro-module
This commit is contained in:
+26
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user