```diff
s.source_files = "ios/**/*.{h,m,mm}"
+ s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
```
to the `RNBootSplash.podspec`, Cocoapods will generate a proper module that can be imported in Swift.
```diff
s.source_files = "ios/**/*.{h,m,mm}"
+ s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
```
to the `RNBootSplash.podspec`, Cocoapods will generate a proper module that can be imported in Swift.
We can solve them at different times, so let solve one problem first!
We can solve them at different times, so let solve one problem first!
The dependency graph can probably be simplified: the fact that Fabric modules depend on Codegen is wrong and son of an old state of the codebase.
Split React-Fabric module can be complicated because there are dependencies inside it..
The dependency graph can probably be simplified: the fact that Fabric modules depend on Codegen is wrong and son of an old state of the codebase.
Split React-Fabric module can be complicated because there are dependencies inside it..
In theory, it should be possible to just `import RNBootSplash`, as long as you don’t have c++ files in the `RNBootSplash.h` file
In theory, it should be possible to just `import RNBootSplash`, as long as you don’t have c++ files in the `RNBootSplash.h` file