ReactNativeEffectsView

Component to make easy use of iOS8 UIVisualEffectViews with UIBlurEffect and UIVibrancyEffect in ReactNative.

Install

npm install react-native-effects-view --save

In XCode right click on project's name and choose Add Files to..
Go to node_modules/react-native-effects-view and select DVEffects folder
Now you're ready to require('react-native-effects-view') inside your app!

GitHub