# custom-animated-drawer-hmynnd

> Add an elegant animated drawer to your React Native app.

Latest version **1.0.6** (published 2023-08-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install custom-animated-drawer-hmynnd
pnpm add custom-animated-drawer-hmynnd
yarn add custom-animated-drawer-hmynnd
bun add custom-animated-drawer-hmynnd
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2023-08-09 |
| First published | 2023-08-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | hemandp |

## Links

- npm: https://www.npmjs.com/package/custom-animated-drawer-hmynnd
- npm.io page: https://npm.io/package/custom-animated-drawer-hmynnd

## Recent versions

- 1.0.6 (latest) — 2023-08-09
- 1.0.5 — 2023-08-09
- 1.0.4 — 2023-08-09
- 1.0.3 — 2023-08-09
- 1.0.2 — 2023-08-09
- 1.0.1 — 2023-08-09

## README

# custom-animated-drawer-hmynnd

Add an elegant animated drawer to your React Native app.

## Installation

```javascript
npm install custom-animated-drawer-hmynnd

```

## Usage

```javascript
import React from 'react';
import { View, Text } from 'react-native';
import DrawerSceneWrapper from 'custom-animated-drawer-hmynnd';

const App = () => {
  return (
    <DrawerSceneWrapper>
      <View>
        <Text>Your app content goes here</Text>
      </View>
    </DrawerSceneWrapper>
  );
};

export default App;
```

## Minimum Requirements

* Node.js 18.x or later
* React Native 0.71.x or later
* @react-navigation 6.0.0 or later
* react-native-reanimated 3.1.0 or later

## Props

| Prop | Type | Description |
|---|---|---|
| children | component | component that should animate while drawer is opening |
<!-- | onOpen | function | A callback function that is called when the drawer is opened. |
| onClose | function | A callback function that is called when the drawer is closed. | -->

---
_Source: https://npm.io/package/custom-animated-drawer-hmynnd · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
