Skip to content

Commit 84e9290

Browse files
authored
fix: Remove folly flags that make Nitro Views crash with SIGABRT on RN 0.80
See facebook/react-native#52366 (comment)
1 parent 147c921 commit 84e9290

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/create-react-native-library/templates/native-common/{%- project.name %}.podspec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ Pod::Spec.new do |s|
2929
"cpp/**/*.{hpp,cpp}",
3030
]
3131
32-
s.pod_target_xcconfig = {
33-
# C++ compiler flags, mainly for folly.
34-
"GCC_PREPROCESSOR_DEFINITIONS" => "$(inherited) FOLLY_NO_CONFIG FOLLY_CFG_NO_COROUTINES"
35-
}
36-
3732
s.dependency 'React-jsi'
3833
s.dependency 'React-callinvoker'
3934

0 commit comments

Comments
 (0)