// replace
pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
//with
pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
#go to /ios and open podfile
the top of file
platform :ios, '14.4.2'
'14.4.2' is the lastest verison
install pod again
# Go to ./node-module/react-native-fetch-blob/react-native-fetch-blob.podspec
# change:
s.dependency 'React/Core'
=> s.dependency 'React-Core'