Socket
Socket
Sign inDemoInstall

react-native-drawer-layout-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-drawer-layout-polyfill

A polyfill for React Natives DrawerLayoutAndroid


Version published
Weekly downloads
43K
increased by3.72%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-drawer-layout-polyfill CircleCI

This is a polyfill for React Natives DrawerLayoutAndroid, please refer to this documentation for the usage.

Add it to your project

  1. Run npm install react-native-drawer-layout-polyfill --save
  2. Import the component by using one of these:
  • var DrawerLayout = require('react-native-drawer-layout-polyfill');
  • import DrawerLayout from 'react-native-drawer-layout-polyfill';
  1. Follow the DrawerLayoutAndroid docs -- the API is the same.

Demo

Examples

Restrictions

  • Currently, there is no support for setting the status bar color in iOS. If you know any workaround, we would be glad to see an idea or a PR.

If you experience any further restrictions with other versions, please let us know.

Release Notes

1.0

Keywords

FAQs

Package last updated on 04 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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