React-native-fast-image: ld: library not found for -lFastImage

Created on 5 Jul 2019  路  4Comments  路  Source: DylanVann/react-native-fast-image

Getting this link error in using 7.0.0 against RN 0.59.9

bug

Most helpful comment

鈽濓笍 @jkdf2 is correct. It does not intend to support older versions. If you need to continue using an older version you can use ^6.0.0.

React Native 0.60.0 is great though, you should upgrade.

All 4 comments

I can +1 this happening, but I believe that @DylanVann expects this to happen, based on the release notes of v7.0.0 and this commit removing react-native link instructions. I don't think the library intends to support React Native versions below v0.60 anymore.

鈽濓笍 @jkdf2 is correct. It does not intend to support older versions. If you need to continue using an older version you can use ^6.0.0.

React Native 0.60.0 is great though, you should upgrade.

I'm using 7.0.0 now with RN 0.59.9 and just did a manual link - seems to work. I plan to upgrade to RN 0.60.0 next month, if I can work out how to migrate my existing solution to use cocoapods.

EDIT: actually this didn't work, I got the same link error on a production build. So I'll shelve FastImage for now and look to reintroduce it when I can upgrade to RN 0.60.0.

I've added a note to the readme.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ryoid picture ryoid  路  3Comments

kkarmalkar picture kkarmalkar  路  4Comments

NgocNamFNT picture NgocNamFNT  路  3Comments

jslok picture jslok  路  3Comments

StiffFy picture StiffFy  路  3Comments