Integration with Existing Apps: Podfile example does not use use_react_native!
, is incomplete
#2958
Labels
👋 Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
Description
React Native 0.60 added the Podfile macro
use_react_native!
. In 0.63, the macro was added to the template project Podfile, replacing tens ofpod
lines in the Podfile of a React Native iOS app. (See the change in upgrade-helper.)However, the Integration with Existing Apps docs page still suggests adding all the
pod
lines manually. (Worse, it is out of date, missing some pods that the reader basically just has to figure out through trial and error.)The documentation should just suggest using
use_react_native!
, like the template project does.Documentation version
next, 0.67
The text was updated successfully, but these errors were encountered: