All Projects → rnc-archive → react-native-drawer-layout-polyfill

rnc-archive / react-native-drawer-layout-polyfill

Licence: other
A polyfill for React Natives DrawerLayoutAndroid

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-drawer-layout-polyfill

scoper
A polyfill for scoped HTML styles elements
Stars: ✭ 79 (+64.58%)
Mutual labels:  polyfill
react-native-console-time-polyfill
console.time and console.timeEnd polyfill for react-native
Stars: ✭ 92 (+91.67%)
Mutual labels:  polyfill
sanitizer-polyfill
rewrite constructor arguments, call DOMPurify, profit
Stars: ✭ 46 (-4.17%)
Mutual labels:  polyfill
smart-custom-element
Smart a lightweight web component library that provides capabilities for web components, such as data binding, using es6 native class inheritance. This library is focused for providing the developer the ability to write robust and native web components without the need of dependencies and an overhead of a framework.
Stars: ✭ 17 (-64.58%)
Mutual labels:  polyfill
PHPUnit-Polyfills
Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
Stars: ✭ 147 (+206.25%)
Mutual labels:  polyfill
core2
The bare essentials of std::io for use in no_std. Alloc support is optional.
Stars: ✭ 67 (+39.58%)
Mutual labels:  polyfill
react-native-polyfill-globals
Polyfills and patches missing or partially supported web and core APIs.
Stars: ✭ 20 (-58.33%)
Mutual labels:  polyfill
deno-fetch-event-adapter
Dispatches global fetch events using Deno's native http server.
Stars: ✭ 18 (-62.5%)
Mutual labels:  polyfill
draggable-polyfill
🌈a beautify polyfill for native drag!
Stars: ✭ 49 (+2.08%)
Mutual labels:  polyfill
seamless-scroll-polyfill
Scroll Behavior polyfill
Stars: ✭ 134 (+179.17%)
Mutual labels:  polyfill
smart-react-native-app
React Native 下拉刷新, 分页加载, 侧边栏, Tab导航学习(Android Studio, ES6语法)
Stars: ✭ 56 (+16.67%)
Mutual labels:  drawerlayout
IsExternalInit
A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExternalInit class.
Stars: ✭ 75 (+56.25%)
Mutual labels:  polyfill
react-native-audio-polyfill
Audio polyfill for desktop and native.
Stars: ✭ 13 (-72.92%)
Mutual labels:  polyfill
focus-options-polyfill
JavaScript polyfill for the WHATWG spec of focusOptions, that enables a set of options to be passed to the focus method
Stars: ✭ 46 (-4.17%)
Mutual labels:  polyfill
String.prototype.trim
ES5 spec-compliant shim for String.prototype.trim
Stars: ✭ 13 (-72.92%)
Mutual labels:  polyfill
barcode-detector
Spec compliant polyfill of the Barcode Detection API 🤳
Stars: ✭ 31 (-35.42%)
Mutual labels:  polyfill
parsed-html-rewriter
A DOM-based implementation of Cloudflare Worker's HTMLRewriter.
Stars: ✭ 34 (-29.17%)
Mutual labels:  polyfill
cardboard-vr-display
A JavaScript implementation of a WebVR 1.1 VRDisplay
Stars: ✭ 84 (+75%)
Mutual labels:  polyfill
ember-on-modifier
Implements the `{{on eventName this.someAction}}` element modifier from https://github.com/emberjs/rfcs/blob/master/text/0471-on-modifier.md
Stars: ✭ 37 (-22.92%)
Mutual labels:  polyfill
array-includes
Array.prototype.includes spec-compliant polyfill
Stars: ✭ 42 (-12.5%)
Mutual labels:  polyfill

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

2.0

1.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].