After migration to the RN version 0.60.5 i was trying to follow the main installation guide but first got an error that RNFastImage is not found in native modules.
So then I find the issue on the repo and made pod install with adding to my pod file this:
rn_fast_image_path = '../node_modules/react-native-fast-image'
pod 'RNFastImage', :podspec => "#{rn_fast_image_path}/RNFastImage.podspec"
After that, I got another bug "'React/Core/RCTConvert.h' file not found"
Expected behavior
No errors in building in xcode
Dependency versions
I have exactly the same problem. Did anybody find the solution ?
I confirm. This is an issue on my end too.
I have same problem. I can't solve it. HELP!!!
I'm having this issue, but using an older version of react native:
Dependency versions
same
I had the same issue with other packages after upgrade.
The error was gone only when I created a new repo in the new version and copied my files over.