Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reactseals/react-native-snap-scrollview


https://github.com/reactseals/react-native-snap-scrollview

Last synced: 6 days ago
JSON representation

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