-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve readability of
HEADER_SEARCH_PATHS
in podspecs (#6949)
## Summary This PR improves readability of `HEADER_SEARCH_PATHS` value in RNReanimated.podspec and RNWorklets.podspec by passing all flags as an array of strings and calling `.join(' ')` at the end. ## Test plan
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters