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() ); }