Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update React-RCTAppDelegate.podspec syntax error
The `USE_HERMES` flag is set not escaped correctly by `React-RCTAppDelegate.podspec`, and it does not apply. The flag needs to be defined as `USE_HERMES\=1`, but is currently set as `USE_HERMES`. Hopefully this will fix facebook#38193.
- Loading branch information