CocoaPods could not find compatible versions for pod "ReactCommon/jscallinvoker"

JavaScript
// replace 

pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"

//with

pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
install pod again
Source

Also in JavaScript: