Kishanjvaghela / react-native-cardview

Native CardView for react-native (All Android version and iOS)
https://www.npmjs.com/package/react-native-cardview
MIT License
510 stars 82 forks source link

Not working in IOS. through an error. #48

Open shrivastavaanurag opened 5 years ago

shrivastavaanurag commented 5 years ago

It gives error in XCODE. ld: library not found for -lRNCardView clang: error: linker command failed with exit code 1 (use -v to see invocation)

Srijans-nd commented 5 years ago

@Kishanjvaghela Facing the same issue. This is not working in iOS. Please fix.

ld: library not found for -lRNCardView clang: error: linker command failed with exit code 1 (use -v to see invocation)

Edit: It seems that for iOS, the component is moved completely to JS. Above error can be fixed by removing libRCTCardView.a from Build Phases -> Link Binary with Libraries.