Skip to content

Commit 7c6aeb1

Browse files
committed
Export jserrorhandler headers in the reactnative prefab
1 parent e640278 commit 7c6aeb1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react-native/ReactAndroid/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ val preparePrefab by
215215
Pair(File(buildDir, "third-party-ndk/glog/exported/").absolutePath, ""),
216216
Pair("../ReactCommon/callinvoker/", ""),
217217
Pair("../ReactCommon/cxxreact/", "cxxreact/"),
218+
// Exported because the public cxxreact/ErrorUtils.h includes it
219+
Pair("../ReactCommon/jserrorhandler/", "jserrorhandler/"),
218220
Pair("../ReactCommon/react/bridging/", "react/bridging/"),
219221
Pair("../ReactCommon/react/nativemodule/core/", ""),
220222
Pair("../ReactCommon/react/nativemodule/core/platform/android/", ""),

0 commit comments

Comments
 (0)