Native component for "BVLinearGradient" does not exist
I installed the component but it is giving the following error.
"Invariant Violation: Native component for "BVLinearGradient" does not exist"
I have also run the following commands
react-native link react-native-spinkit react-native link react-native-linear-gradient
The projects uses latest version of RN - 0.51 react-native-linear-gradient - version - 5.6.0
@ozmaat Can you see libBVLinearGradient on Xcode Linked Frameworks and Libraries section?
Thanks for the pointer. There was a problem in package json due to one of the other modules and it is okay now. There is no error but ButtonComponent shows nothing.
By the way, I am on windows 10, and using android emulator.