uloco / repro-rn-header-files-missing

Reproduction repository for https://github.com/facebook/react-native/issues/33692#issue-1212548982

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repro Missing Header Files

This was is bootstrapped with npx react-native init RN68new --version 0.68.2

See Issue: facebook/react-native#33692

Instructions

  1. Run npm install
  2. Run npx pod-install
  3. Run ls -al ios/Pods/Headers/Yoga/yoga
  4. See missing headers like BinUtils.h etc. (They are located at node_modules/ReactCommon/yoga/yoga/ and all of them should be linked here)
  5. Try to build xcode build and see missing header error.

About

Reproduction repository for https://github.com/facebook/react-native/issues/33692#issue-1212548982


Languages

Language:Java 43.0%Language:C++ 18.9%Language:Objective-C++ 12.0%Language:JavaScript 9.7%Language:Objective-C 6.5%Language:Ruby 4.2%Language:Makefile 4.1%Language:Starlark 1.6%