diff --git a/README.md b/README.md index 905e1c6..a7a5cb2 100644 --- a/README.md +++ b/README.md @@ -110,19 +110,20 @@ export default class Menu extends Component { render() { return ( - Hi, I am some unblurred text + + Hi, I am some blurred text +{/* in terms of positioning and zIndex-ing everything before the BlurView will be blurred */} - I'm the BlurView content on both iOS and Android - - + I'm the non blurred text because I got rendered on top of the BlurView ); }