Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/wide-stars-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-native-node-api": patch
---

Removed unused Codegen related configurations.
6 changes: 0 additions & 6 deletions packages/host/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

react {
jsRootDir = file("../src/")
libraryName = "NodeApiModules"
codegenJavaPackageName = "com.callstack.node_api_modules"
}

// Custom task to fetch jniLibs paths via CLI
task linkNodeApiModules {
doLast {
Expand Down
12 changes: 0 additions & 12 deletions packages/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,5 @@
"peerDependencies": {
"@babel/core": "^7.26.10",
"react-native": "0.79.1 || 0.79.2"
},
"codegenConfig": {
"name": "NodeApiHostSpec",
"type": "modules",
"jsSrcsDir": "src/react-native",
"outputDir": {
"ios": "ios/generated",
"android": "android/generated"
},
"android": {
"javaPackageName": "com.callstack.node_api_modules"
}
}
}
Loading