Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-drawer-layout

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-drawer-layout - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

dist/DrawerLayout.android.js

52

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc