We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c53d41 commit a9b2abbCopy full SHA for a9b2abb
react-native-ios-context-menu.podspec
@@ -134,9 +134,12 @@ Pod::Spec.new do |s|
134
exclude_files.append('common/cpp/fabric/')
135
end
136
137
- s.public_header_files = 'ios/**/*.h'
138
-
139
s.exclude_files = exclude_files
140
s.compiler_flags = compiler_flags
141
- s.private_header_files = ['ios/**/*+Private.h', 'ios/**/Swift.h', 'ios/**/RNIHeaderUtils.h']
+
+ s.private_header_files = [
+ 'ios/**/*+Private.h',
142
+ 'ios/**/Swift.h',
143
+ 'ios/Private/**/*.h'
144
+ ]
145
0 commit comments