# react-native-stagger-in

> Stagger in views

Latest version **1.0.7** (published 2018-02-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-stagger-in
pnpm add react-native-stagger-in
yarn add react-native-stagger-in
bun add react-native-stagger-in
```

## 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.7 |
| Published | 2018-02-18 |
| First published | 2018-01-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Johan du Toit |
| Maintainers | johan.dev |
| Keywords | react, react native, stagger, animation |

## Links

- npm: https://www.npmjs.com/package/react-native-stagger-in
- Repository: https://github.com/Johan-dutoit/react-native-staggering
- Homepage: https://github.com/Johan-dutoit/react-native-staggering#readme
- Issues: https://github.com/Johan-dutoit/react-native-staggering/issues
- npm.io page: https://npm.io/package/react-native-stagger-in

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.7 (latest) — 2018-02-18
- 1.0.6 — 2018-02-18
- 1.0.5 — 2018-02-18
- 1.0.4 — 2018-02-04
- 1.0.3 — 2018-02-01
- 1.0.2 — 2018-01-29
- 1.0.1 — 2018-01-29
- 1.0.0 — 2018-01-28

## README

# react-native-stagger-in

Staggered views made simple

[![NPM Version](https://img.shields.io/npm/v/react-native-stagger-in.svg?style=flat)](https://www.npmjs.com/package/react-native-stagger-in)
[![NPM Downloads](https://img.shields.io/npm/dm/react-native-stagger-in.svg?style=flat)](https://www.npmjs.com/package/react-native-stagger-in)

<a name='top'/>

## Quick Access
* <a href='#install'>Installation</a>
* <a href='#preview'>Preview</a>
* <a href='#expo'>Expo</a>
* <a href='#usage'>Usage</a>
* <a href='#properties'>Properties</a>
* <a href='#contributing'>Contributing</a>

## <a name='install'>Installation</a>
Install the module with:


```
npm install react-native-stagger-in --save
```

## <a name='preview'>Preview</a>

![](https://github.com/Johan-dutoit/react-native-stagger-in/blob/master/preview.gif)

## <a name='expo'>Expo</a>

You can find the Expo snack here: <a href='https://snack.expo.io/@johan-dev/staggerin'>https://snack.expo.io/@johan-dev/staggerin</a>

## <a name='usage'>Usage</a>
Simply import the component 

```js
import StaggerIn from 'react-native-stagger-in';
```

Then use as follows
```js
<StaggerIn>
    <Text>View 1</Text>
    <Text>View 2</Text>
</StaggerIn>
```


###### <a href='#top'>Top</a>

## <a name='properties'>Properties</a>

| Prop | Description | Default |
|---|---|---|
|**`duration`**|The duration each view takes to load in|`300`|
|**`staggerDelay`**|The delay between each animation|`200`|
|**`useNativeDriver`**|Use the native drive for the animations|`true`|

###### <a href='#top'>Top</a>

## <a name='#Contributing'>Contributing</a>
Feel free to do pull requests if a certain feature you want is missing.  We accept all PR's that are enhancements to the project.

###### <a href='#top'>Top</a>

---
_Source: https://npm.io/package/react-native-stagger-in · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
