Skip to content

Commit

Permalink
Expose ReactCommon/cxxreact headers via Prefab
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and facebook-github-bot committed Dec 13, 2022
1 parent cf9c7d5 commit bb5fee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ final def preparePrefab = tasks.register("preparePrefab", PreparePrefabHeadersTa
new Pair(new File(buildDir, "third-party-ndk/glog/exported/").absolutePath, ""),
new Pair("../ReactCommon/butter/", "butter/"),
new Pair("../ReactCommon/callinvoker/", ""),
new Pair("../ReactCommon/cxxreact/", "cxxreact/"),
new Pair("../ReactCommon/react/bridging/", "react/bridging/"),
new Pair("../ReactCommon/react/config/", "react/config/"),
new Pair("../ReactCommon/react/nativemodule/core/", ""),
Expand Down

0 comments on commit bb5fee8

Please sign in to comment.