Expose ReactCommon/cxxreact headers via Prefab

Summary:
Reference https://github.com/reactwg/react-native-releases/discussions/41#discussioncomment-4353534
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
This commit is contained in:
Nicola Corti
2022-12-13 02:22:32 -08:00
committed by Facebook GitHub Bot
parent cf9c7d51ef
commit bb5fee8f59
+1
View File
@@ -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/", ""),