I am running a React Native app in iOS Simulator and I am trying to use BVLinearGradient. I followed all the instructions in the ReadMe github, but I get an error related to BVLinearGradient.
In the developer console, I see:
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's going on here? Thanks.
source share