bmovement

Results 6 comments of bmovement

> hey @huyphams it's been a year since your last comment here - any news on database syncing? Don't worry, it's been 2 years.

This would be nice... any takers?

Yeah, this seems like a bug... I think it's a dark/light mode thing, but you should be able to override.

> I am starting with the text transparent and then using the useFitText({onFinish}) callback to make it opaque after resizing completes. It's a bit of a pain to do this...

If it helps, it only crashes for me when I _swipe down_ to close the bottom sheet while the `BottomSheetTextInput` has focus.

I ended up working around it by using a custom `useKeyboardHeight` hook to offset my snap points when the keyboard opens/closes instead of using `BottomSheetTextInput`.