Skip to content

Commit e6261e8

Browse files
authored
Exposes folly config back to fabric components (#116)
1 parent c669edf commit e6261e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/react-native/ReactCommon/React-FabricComponents.podspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ else
1616
source[:tag] = "v#{version}"
1717
end
1818

19+
folly_config = get_folly_config()
20+
folly_compiler_flags = folly_config[:compiler_flags]
21+
folly_version = folly_config[:version]
22+
folly_dep_name = folly_config[:dep_name]
1923
react_native_path = ".."
2024

2125
header_search_path = [

0 commit comments

Comments
 (0)