Skip to content

Commit

Permalink
Rename yoga.podspec to Yoga.podspec (#26360)
Browse files Browse the repository at this point in the history
Summary:
When doing RN init from scratch for 0.61, I noticed pod install was failing. This was because "Yoga.podspec" was mis-spelled to "yoga.podspec" in the yoga ReactCommon folder. Thus, `pod install` was failing

```
[!] No podspec found for `Yoga` in `../node_modules/react-native/ReactCommon/yoga
```
## Changelog

[iOS] [Fixed] - Fix Yoga.podspec case sensitivity
Pull Request resolved: #26360

Test Plan: `pod install` now runs successfully with a clean build of master.

Differential Revision: D17314027

Pulled By: cpojer

fbshipit-source-id: 8db2ac4dd9295afcc0e074c842dcda71b7b3b668
  • Loading branch information
hassanbazzi authored and facebook-github-bot committed Sep 11, 2019
1 parent 42ee5ec commit 9bc803f
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 9bc803f

Please sign in to comment.