-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fading in? #29
Comments
Can you provide an example code? |
Just a guess, but the error message sounds quite similar as the one you get when you forget to access the |
I got the same error message when I didn't access the
|
@nc @chanange |
Yep I linked the RNBlur project and added the libRNBlur.a product to the Build Phases - Link Binary with Libraries. I got the error message when I imported the module with the following import, as described in the README:
But accessing with the
|
@chanange In the docs I use const { BlurView, VibrancyView } = require('react-native-blur'); which is equals to const BlurView = require('react-native-blur').BlurView;
const VibrancyView = require('react-native-blur').VibrancyView; so it seems everything is fine. |
Hey,
Awesome work on this.
Tried using Animated with the BlurView but it returns
Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
Wrapping in view that animates opacity doesn't work either.
Any suggestions?
The text was updated successfully, but these errors were encountered: