-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bare-expo][ios] Fix Podfile.lock unstable between different machines (…
…expo#13974) # Why there were `__dir__` in podspec script_phase which makes the lock unstable on different machines. # How cherry-pick facebook/react-native@bdfe2a5 into our react-native fork. currently the fork branch is still on [@kudo/pick_stable_podfilelock branch](https://github.com/expo/react-native/tree/%40kudo/pick_stable_podfilelock). merge to exp-latest and sdk-43 branch if this pr getting merged. # Test Plan CI passed should not have different lockfile between different machines.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 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
Submodule react-native
updated
2 files
+16 −16 | scripts/generate-specs.sh | |
+20 −23 | scripts/react_native_pods.rb |