Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 554 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 554 Bytes

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