lodev09 / react-native-true-sheet

The true native bottom sheet experience 💩
https://sheet.lodev09.com
MIT License
394 stars 12 forks source link

Is there a way to get real-time SizeInfo when sliding the BottomSheet? #84

Closed Richard6536 closed 3 weeks ago

Richard6536 commented 3 weeks ago

Hi,

I’m using TrueSheet in my React Native project and I’m trying to get real-time updates on the SizeInfo (similar to what onSizeChange provides) while I’m sliding the BottomSheet. Currently, onSizeChange only triggers once the sliding gesture is completed. Is there any existing method or workaround that would allow me to get the SizeInfo continuously during the slide?

Thanks!

lodev09 commented 3 weeks ago

Yep.. It will come soon, just didn't get the chance to work on it yet -- should also support reanimated :)

Richard6536 commented 3 weeks ago

Yep.. It will come soon, just didn't get the chance to work on it yet -- should also support reanimated :)

Thank you! I'm looking forward to it. Appreciate your hard work on this!