Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 320 Bytes

react-native-parallax-view

Getting started

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

Mostly automatic installation

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

Usage

import ParallaxView from 'react-native-parallax-view';

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