1.1.2 • Published 3 years ago

@reactseals/react-native-snap-scrollview v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-snap-scrollview

Custom props

//TODO

import SnapScrollView from 'react-native-snap-scrollview';

<SnapScrollView
    snapPoints={[]}
    alignFocusedViewY={false}
    offsetFromFocusedView={0}
    startSnapFromY={0}
/>

Usage

RNV

Include config to renative.json

{
  "plugins": {
    "react-native-snap-scrollview": {
      "version": "github:reactseals/react-native-snap-scrollview",
      "tvos": {
        "podName": "react-native-snap-scrollview"
      }
    }
  }
}

ReactNative

//TODO