Skip to content

reactseals/react-native-snap-scrollview

Repository files navigation

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