I am running my React Native app in the iOS Simulator, and I am trying to use BVLinearGradient
. I followed all of the instructions in the GitHub ReadMe, but I am receiving an error related to BVLinearGradient
.
In the developer console, I am seeing:
Warning: Native component for "BVLinearGradient" does not exist
When I run directly from XCode, I see:
'React/RCTViewManager.h' file not found` (in BVLinearGradientManager.h)
'React/RCTView.h' file not found` (in BVLinearGradient.h)
What is happening here? Thank you.