@reactseals/react-native-snap-scrollview
v1.1.2
Published
Snap scrollview for React Native
Downloads
10
Keywords
Readme
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