bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
323 stars 69 forks source link

[ReactNative] Smash child build files into parents #136

Closed jerrymarino closed 4 years ago

jerrymarino commented 4 years ago

This PR combines the child build files into the parents, which was introduced in a previous PR and is mainly used for pods like react native

Simply put:

These constraints aren't currently supported in Bazel, unfortunately.

This is covered in the build test, Examples/ChildPodspec which is also added onto the CI

As described in #134