Follow the below steps to resolve the issue.
Comment the below line in Podfile
#pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
Add the below line
pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
It should fix the issue.