An open API service indexing awesome lists of open source software.

https://github.com/reactseals/react-native-parallax-view


https://github.com/reactseals/react-native-parallax-view

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# react-native-parallax-view

## Getting started

`$ npm install react-native-parallax-view --save`

### Mostly automatic installation

`$ react-native link react-native-parallax-view`

## Usage
```javascript
import ParallaxView from 'react-native-parallax-view';

// TODO: What to do with the module?
ParallaxView;
```