Content pfp
Content
@
0 reply
0 recast
0 reaction

David Furlong pfp
David Furlong
@df
$200 USDC bounty for a link or built yourself to an expo component (for react native on iOS) that implements this type of horizontal scroll. (see video). Must have: A) snapping to columns B) display the edges of the next/prev item (if any) C) overscroll at start and end with natural springy animation like iOS native has D) Graceful handling of this horizontal scroll within a vertical scroll - horizontal scrolls shouldn't trigger vertical scrolls in the parent container E) Smooth animations F) A natural sensitivity to the swiping action (not oversensitive or under sensitive) disclaimer: I tried to make this, code here: https://gist.github.com/davidfurlong/cdcc7fc955a43131f02f172fba896467 but struggling with C), D), E) and F) react-native-pager-view might have some useful code, but it doesn't support peeking the next/prev item @bountybot
8 replies
3 recasts
11 reactions

David Furlong pfp
David Furlong
@df
*should provide an expo snack demo as submission
0 reply
1 recast
2 reactions

Bounty Bot pfp
Bounty Bot
@bountybot
Your bounty was marked as complete and users have the completion recorded in their profiles Please send payments promptly. You can pay users directly at https://www.bountycaster.xyz/bounty/0x19a495b7e06a59c8f285e4c27eb6224be8042677 Thanks for using Bountycaster! 🎉
0 reply
0 recast
0 reaction

Bounty Bot pfp
Bounty Bot
@bountybot
Confirmed! On your bounty page, you can pay users and view their bounty completion history Frame buttons - Admin: manage bounty status, amount, deadline, add boost to get more attention on your bounty 🤖 commands - @bountybot cancel - @bountybot in progress - @bountybot complete (optional: tag winners) - @bountybot shoutout (optional: tag winner and write a positive review)
0 reply
0 recast
0 reaction

Nate pfp
Nate
@natedev.eth
done, not sure how bountycaster works, where do I submit the expo snack?
1 reply
0 recast
0 reaction

onten.eth | Ⓜ️🍖🎩 pfp
onten.eth | Ⓜ️🍖🎩
@rezaisgoat.eth
Ayy @leovido.eth can u do this?
1 reply
0 recast
1 reaction

Linda Xie pfp
Linda Xie
@linda
Farcaster had some network issues so prior frame wasn't loading. Sharing cache busted one here https://www.bountycaster.xyz/bounty/0x19a495b7e06a59c8f285e4c27eb6224be8042677?widget=b-v4
0 reply
0 recast
0 reaction

gatedude.eth pfp
gatedude.eth
@gatedude
Also, I wrote a simple code you should use; It'II help sort the issue you're facing. Here's the Google doc, I gave you access so you can access it but I'II also write it here. Also, my code doesn't support peeking next/prev items, but you can modify the code to achieve it by adjusting the `contentContainerStyle` and `renderItemContainerStyle Here's the Google Doc: https://docs.google.com/document/d/1i7MfpbxCmGHH0H_DMu0CL8_Z0xyMbKhptstBibmbFNw/edit?usp=drivesdk
1 reply
0 recast
0 reaction

gatedude.eth pfp
gatedude.eth
@gatedude
Hey fam, I can help you address issues C, D, E, and F: 1. First, Use `decelerationRate` and `scrollEventThrottle` to fine-tune the overscroll animation. 2. Also, for gracefully handling within vertical scroll, Wrap the `HorizontalScroll` component in a `View` with `nestedScrollEnabled={true}`. 3. If you want a smooth animation, Adjust `scrollEventThrottle` and `decelerationRate` values. 4. Then Experiment with `decelerationRate` and `scrollEventThrottle` values for sensitivity. I'II provide a code sample.
0 reply
0 recast
0 reaction