Target Branch(es)
0.79
Link to commit or PR to be picked
https://github.com/facebook/react-native/commits/515976cb4a94e23b5a86a0f9af02b6ec5654982e
Description
In OSS we have some libraries written in Swift, like Flashlist, that depends on these pods.
However, if a pod is not configured to define modules, those pods cannot be imported by Swift. Therefore, the libraries above will failed to be installed in a project.
This change adds the defines_modules directive to those pods and make the library work again.
This fixes facebook/react-native#50246