https://github.com/reactseals/react-native-parallax-view
https://github.com/reactseals/react-native-parallax-view
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reactseals/react-native-parallax-view
- Owner: reactseals
- License: mit
- Created: 2020-04-01T10:20:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T13:45:43.000Z (about 5 years ago)
- Last Synced: 2025-03-18T05:32:53.658Z (about 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;
```