I just updated to RN v0.62 and running app on iOS gives me following error
!] CocoaPods could not find compatible versions for pod \"ReactCommon/jscallinvoke
I solved this issue (version 0.63) by changing the line in the Podfile from
Podfile
pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
to
pod 'React-callinvoker', :path => "../node_modules/react-native/ReactCommon/callinvoker"