react-native-drawer-layout
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "react-native-drawer-layout", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build": "npm run-script clear && npm run-script babel", | ||
"clear": "rm -rf dist/ && mkdir dist/", | ||
"babel": "babel *.js --out-dir dist" | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"babel": { | ||
"whitelist": [ | ||
"es6.modules", | ||
"es6.arrowFunctions", | ||
"es6.blockScoping", | ||
"es6.classes", | ||
"es6.destructuring", | ||
"es6.parameters", | ||
"es6.properties.computed", | ||
"es6.properties.shorthand", | ||
"es6.spread", | ||
"es6.templateLiterals", | ||
"es6.constants", | ||
"es7.trailingFunctionCommas", | ||
"es7.objectRestSpread", | ||
"react", | ||
"es7.classProperties", | ||
"es7.asyncFunctions", | ||
"es7.decorators" | ||
] | ||
}, | ||
"repository": { | ||
@@ -11,10 +41,2 @@ "type": "git", | ||
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)", | ||
"files": [ | ||
"DrawerLayout.android.js", | ||
"DrawerLayout.ios.js", | ||
"index.js" | ||
], | ||
"dependencies": { | ||
"autobind-decorator": "^1.3.2" | ||
}, | ||
"contributors": [ | ||
@@ -24,2 +46,6 @@ { | ||
"email": "marc@iodine.com" | ||
}, { | ||
"name": "Daniel Schmidt", | ||
"email": "daniel.maximilian@gmx.net", | ||
"url": "http://danielmschmidt.de" | ||
} | ||
@@ -36,3 +62,7 @@ ], | ||
], | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"autobind-decorator": "^1.3.2", | ||
"babel": "^5.8.34" | ||
} | ||
} |
@@ -5,10 +5,2 @@ ## react-native-drawer-layout | ||
To use this component, you will need to enable the following Babel options: | ||
- es7.decorators | ||
- es7.classProperties | ||
- es6.modules | ||
- es6.constants | ||
- es6.blockScoping | ||
## Add it to your project | ||
@@ -23,1 +15,9 @@ | ||
![](https://raw.githubusercontent.com/iodine/react-native-drawer-layout/master/example.gif) | ||
## Release Notes | ||
### 0.3 | ||
#### Breaking changes: | ||
- The StatusBar is no longer dimmed by sliding the drawer layout automatically. To avoid this change you may use [StatusBarIOS.setHidden](https://facebook.github.io/react-native/docs/statusbarios.html#sethidden) in the [onDrawerSlide](https://facebook.github.io/react-native/docs/drawerlayoutandroid.html#ondrawerslide) callback. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16978
0
320
2
1
- Removedautobind-decorator@^1.3.2
- Removedautobind-decorator@1.4.3(transitive)