chore: disable codegen (#3647)

We can not use Interop Layer with codegen - to be reverted once we integrate new architecture
This commit is contained in:
Krzysztof Moch
2024-04-03 20:51:26 +02:00
committed by GitHub
parent 9b66e7fdce
commit 1e5af7b526
2 changed files with 3 additions and 9 deletions

View File

@@ -64,10 +64,5 @@
"!**/*.tsbuildinfo",
"!docs",
"!examples"
],
"codegenConfig": {
"name": "RNCVideo",
"type": "components",
"jsSrcsDir": "./src/specs"
}
]
}