From 6b3e1ae24b4e8003a6d3c0b616a26c9068c0af91 Mon Sep 17 00:00:00 2001 From: Jake Hasler Date: Thu, 27 Oct 2016 19:52:26 -0600 Subject: [PATCH] Updated README with new instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 605833b..275b423 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ const Menu = React.createClass({ render() { return ( - + Hi, I am a tiny menu item @@ -82,7 +82,10 @@ const Menu = React.createClass({ - `xlight` - extra light blur type - `light` - light blur type - `dark` - dark blur type +- `blurAmount` (Number) - blur amount effect + - `0-100` - Adjusts blur intensity +*Note: `blurAmount` does not refresh with Hot Reloading. You must a refresh the app to view the results of the changes* ### Android @@ -138,7 +141,7 @@ public class MainApplication extends Application implements ReactApplication { @Override protected List getPackages() { return Arrays.asList( - new MainReactPackage(), + new MainReactPackage(), new BlurViewPackage() ); }