I'm upgrading from RN 0.59.4 to 0.61.4. It seems that linking dependencies via Pods is the supported method in 0.61.4. However, most of my iOS dependencies are linked manually. When building the app, I'm getting errors like React/RCTDefines.h file not found and similar errors from the libraries. What's the recommended way to approach this?
↧