Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactseals/react-native-snap-scrollview
https://github.com/reactseals/react-native-snap-scrollview
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/reactseals/react-native-snap-scrollview
- Owner: reactseals
- License: mit
- Created: 2020-02-07T23:09:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T13:45:10.000Z (almost 4 years ago)
- Last Synced: 2023-03-07T09:17:51.908Z (almost 2 years ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-snap-scrollview
## Custom props
//TODO
```javascript
import SnapScrollView from 'react-native-snap-scrollview';```
## Usage
### RNV
Include config to renative.json
```json
{
"plugins": {
"react-native-snap-scrollview": {
"version": "github:reactseals/react-native-snap-scrollview",
"tvos": {
"podName": "react-native-snap-scrollview"
}
}
}
}
```### ReactNative
//TODO