React-native-fast-image: 'React/Core/RCTConvert.h' file not found

Created on 21 Aug 2019  路  6Comments  路  Source: DylanVann/react-native-fast-image

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

  • React Native version: 0.60.5
  • React version: 16.8.6
  • React Native Fast Image version: 7.0.0 (initially i was trying the current 7.0.2) version
bug

All 6 comments

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

  • React Native version: 0.59.10
  • React version: 16.8.3
  • React Native Fast Image version: 7.0.2

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

StiffFy picture StiffFy  路  3Comments

NgocNamFNT picture NgocNamFNT  路  3Comments

ryoid picture ryoid  路  3Comments

clay-morgan picture clay-morgan  路  3Comments

skleest picture skleest  路  3Comments