//TODO
import SnapScrollView from 'react-native-snap-scrollview';
<SnapScrollView
snapPoints={[]}
alignFocusedViewY={false}
offsetFromFocusedView={0}
startSnapFromY={0}
/>
Include config to renative.json
{
"plugins": {
"react-native-snap-scrollview": {
"version": "github:reactseals/react-native-snap-scrollview",
"tvos": {
"podName": "react-native-snap-scrollview"
}
}
}
}
//TODO