# @cypchat/rn-parallax-swipe-gallery

> parallax image gallery by cypchat

Latest version **1.0.0** (published 2019-02-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @cypchat/rn-parallax-swipe-gallery
pnpm add @cypchat/rn-parallax-swipe-gallery
yarn add @cypchat/rn-parallax-swipe-gallery
bun add @cypchat/rn-parallax-swipe-gallery
```

## 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.0 |
| Published | 2019-02-16 |
| First published | 2019-02-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 16.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | hüseyin ozan honamlıoğlu |
| Maintainers | xmastree |
| Keywords | cypchat, react-native, parallax, gallery, swipe, parallaxify |

## Links

- npm: https://www.npmjs.com/package/@cypchat/rn-parallax-swipe-gallery
- Repository: https://github.com/cypchat/rn-parallax-swipe-gallery
- Homepage: https://cypchat.com
- Issues: https://github.com/cypchat/rn-parallax-swipe-gallery/issues
- npm.io page: https://npm.io/package/@cypchat/rn-parallax-swipe-gallery

## Alternatives

- [adhdev](https://npm.io/package/adhdev.md) — 11.1K weekly downloads
- [react-slide-button](https://npm.io/package/react-slide-button.md) — 310 weekly downloads
- [better](https://npm.io/package/better.md) — 42 weekly downloads
- [react-native-swipe-image](https://npm.io/package/react-native-swipe-image.md) — 22 weekly downloads
- [nl.fokkezb.pulltorefresh](https://npm.io/package/nl.fokkezb.pulltorefresh.md) — 11 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-02-16
- 0.0.2 — 2019-02-09
- 0.0.1 — 2019-02-07

## README

## Installation

add it to your repo
 

    npm i --save @cypchat/rn-parallax-swipe-gallery
    &
    yarn add @cypchat/rn-parallax-swipe-gallery

## HOW TO

**(c) cypchat.** 

**v1.0.0 stable**

|Features & versions | url | source | stable |
|--|--|--|--|
| v0.0.1  | ✔ | ✖	| ✖
| v0.0.2  | ✔ | ✖	| ✖
| v1.0.0  | ✔ | ✔ | ✔ |

rn-parallax-swipe-gallery is a very easy to use parallax gallery.

all you need to define a simple json api, such as:

    const  PARALLAX_DATA  = [
	    {
		    comment:  'I love the ocean, because I am a caretta :)))',
		    source:  caretta,
		    width:  2048,
		    height:  1360
	    },
	    {
		    comment:  'Look at the shiny sun. There is no place such a beautiful vision in the Universe.',
		    uri:  'http://imgs.abduzeedo.com/files/paul0v2/unsplash/unsplash-04.jpg',
		    width:  900,
		    height:  598
	    },
	    {
		    uri:  'http://www.fluxdigital.co/wp-content/uploads/2015/04/Unsplash.jpg',
		    width:  800,
		    height:  390
	    }
    ];

and pass it through to Gallery component:

    <Gallery image_data={DATA} />

Thats all you need to do.

![enter image description here](https://lh3.googleusercontent.com/Z-aLNLaRBcZbyN_JnVQg6wMnTLj7cMefL_hEcQ_Dybgr_B3LHQkALYvZZMYQAqQTHoCMn6pKG0DM "Swipe Update gif")

---
_Source: https://npm.io/package/@cypchat/rn-parallax-swipe-gallery · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
