Skip to content

Instantly share code, notes, and snippets.

@talkol
Last active March 5, 2017 22:35
Show Gist options
  • Save talkol/d4132ba48ccbc8ddf4610365514efeee to your computer and use it in GitHub Desktop.
Save talkol/d4132ba48ccbc8ddf4610365514efeee to your computer and use it in GitHub Desktop.
// ListView row actions
<Interactable.View
horizontalOnly={true}
snapPoints={[ {x: 0}, {x: 100} ]}
friction={0.7}
/>
// swipeable cards
<Interactable.View
horizontalOnly={true}
snapPoints={[ {x: -360}, {x: 0}, {x: 360} ]}
friction={0.6}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment