Closed
Description
opened on Aug 1, 2018
react-native install [package]
is a thing -- it automatically callslink
- If
Podfile
is present,react-native link
will automatically write to it. See also Utilize xcworkspace in addition to Podfile for Cocoapods detection facebook/react-native#20486 - Even if you use Cocoapods, you still need to run
react-native link
if you need to support Android.
Activity