1 min readSep 12, 2020
Finally figured out the reason pods weren't installing. This one line of code..."config = use_native_modules!" in the podfile was needed to autolink.
target 'projectname' do
config = use_native_modules!
use_react_native!(path: '../../../node_modules/react-native')