what's the name in cocopod?
[!] No podspec found for react-native-fast-image in ../node_modules/react-native-fast-image
and drag into the xcode will be crash
same issue using 5.2.0
pod 'RNFastImage', :path => '../node_modules/react-native-fast-image'
its works for me
Thanks @apsuva it works.
it should be like this
pod 'react-native-fast-image', :path => '../node_modules/react-native-fast-image'
Most helpful comment
pod 'RNFastImage', :path => '../node_modules/react-native-fast-image'
its works for me