You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
Is there a way to detect which view I scrolled? I'm using this in a scrollview list and need to get which view I scrolled. Is there something i can do like:
<Swipeout right={swipeoutBtns} passDataToOnPress={e.id}> // where e.id is unique for this swpieout
and then
var swipeoutBtns = [{
text: 'Lock',
onPress: (e) => {
console.log(e); // logs 1234 (the id passed above)
}
}];
The text was updated successfully, but these errors were encountered:
Is there a way to detect which view I scrolled? I'm using this in a scrollview list and need to get which view I scrolled. Is there something i can do like:
<Swipeout right={swipeoutBtns} passDataToOnPress={e.id}> // where e.id is unique for this swpieout
and then
The text was updated successfully, but these errors were encountered: