Skip to content

Commit bb5fee8

Browse files
cortinicofacebook-github-bot
authored andcommitted
Expose ReactCommon/cxxreact headers via Prefab
Summary: Reference reactwg/react-native-releases#41 (reply in thread) I'm exposing the headers inside `ReactCommon/cxxreact` to be access via the Prefab API. Changelog: [Internal] [Changed] - Expose ReactCommon/cxxreact headers via Prefab Reviewed By: cipolleschi Differential Revision: D41965511 fbshipit-source-id: 726b2948262b4b07cb40996fa1ccf9726a5197ce
1 parent cf9c7d5 commit bb5fee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReactAndroid/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ final def preparePrefab = tasks.register("preparePrefab", PreparePrefabHeadersTa
147147
new Pair(new File(buildDir, "third-party-ndk/glog/exported/").absolutePath, ""),
148148
new Pair("../ReactCommon/butter/", "butter/"),
149149
new Pair("../ReactCommon/callinvoker/", ""),
150+
new Pair("../ReactCommon/cxxreact/", "cxxreact/"),
150151
new Pair("../ReactCommon/react/bridging/", "react/bridging/"),
151152
new Pair("../ReactCommon/react/config/", "react/config/"),
152153
new Pair("../ReactCommon/react/nativemodule/core/", ""),

0 commit comments

Comments
 (0)