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 062d7cc commit 1c2d9bbCopy full SHA for 1c2d9bb
packages/create-react-native-library/templates/native-common/{%- project.name %}.podspec
@@ -24,11 +24,8 @@ Pod::Spec.new do |s|
24
25
<% if (project.moduleConfig === "nitro-modules") { -%>
26
s.source_files = [
27
- # Implementation (Swift)
28
- "ios/**/*.{swift}",
29
- # Autolinking/Registration (Objective-C++)
+ "ios/**/*.{swift}",=
30
"ios/**/*.{m,mm}",
31
- # Implementation (C++ objects)
32
"cpp/**/*.{hpp,cpp}",
33
]
34
0 commit comments