Content pfp
Content
@
https://warpcast.com/~/channel/reactnative
0 reply
0 recast
0 reaction

pugson pfp
pugson
@pugson
this is feeling pretty good. start scrolling the list to expand the bottom sheet while continuing the scroll ๐Ÿฅต (not a representation of what the actual app looks like :)
5 replies
3 recasts
25 reactions

Nate pfp
Nate
@natedev.eth
may I ask what you're using for bottom sheets? ๐Ÿ‘€
1 reply
0 recast
2 reactions

pugson pfp
pugson
@pugson
https://github.com/lodev09/react-native-true-sheet
1 reply
0 recast
2 reactions

Nate pfp
Nate
@natedev.eth
nice, I think you've mentioned this library in the past, I'll keep it in mind as a plan b in my current project I'm raw dogging bottom sheets with expo router stacks as "formSheet", so far so good
1 reply
0 recast
2 reactions

pugson pfp
pugson
@pugson
i might have. it was either this one or https://rnas.vercel.app/ but TrueSheet was the only sheet library that could handle my keyboard scroll logic properly โ€” all the others caused jank or different issues
1 reply
0 recast
2 reactions

Nate pfp
Nate
@natedev.eth
I really liked rnas, but has issues with new arch enabled expo router uses this under the hood on iOS, so I assume keyboard handling shouldn't be an issue https://developer.apple.com/documentation/uikit/uimodalpresentationstyle/formsheet
1 reply
0 recast
2 reactions

pugson pfp
pugson
@pugson
it doesn't let you define snap points though, does it?
1 reply
0 recast
2 reactions

Nate pfp
Nate
@natedev.eth
yes it does! https://reactnavigation.org/docs/native-stack-navigator/#sheetalloweddetents
1 reply
0 recast
3 reactions

pugson pfp
pugson
@pugson
oh wow sick. i forgot how good the react navigation docs are!
1 reply
0 recast
3 reactions