Find your content:

Search form

You are here

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

 
Share

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.

My Block Status

My Block Content