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
Am using this in conjunction with @gorhom/bottom-sheet but am running into an issue where I can't get it to scroll because the bottom sheet overrides the touch input.
But wrapping the EmojiPicker in a BottomSheetScrollView results in a VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead. error
The text was updated successfully, but these errors were encountered:
Am using this in conjunction with
@gorhom/bottom-sheet
but am running into an issue where I can't get it to scroll because the bottom sheet overrides the touch input.As a result I need to do something like
But wrapping the
EmojiPicker
in aBottomSheetScrollView
results in aVirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.
errorThe text was updated successfully, but these errors were encountered: