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
Hello
My page content for test create with View and inside of View i have Text, when bottomSheet is open i can slideUp and SlideDown but every buttons in the renderHeader or renderInner is not working because I realized that only the part of the bottomSheet that is on the view and text does not work , It looks like the view or text puts a hidden overlay on that part of the bottomSheet and this prevents the buttons from that part from being pressed.(my english is bad sorry)
The text was updated successfully, but these errors were encountered:
@captainkishore21 This way it would be impossible to move the BottomSheet with swipes. The actual solution is to import Touchables from react-native-gesture-handler and not from react-native. Take a look here: #219
Hello
My page content for test create with View and inside of View i have Text, when bottomSheet is open i can slideUp and SlideDown but every buttons in the renderHeader or renderInner is not working because I realized that only the part of the bottomSheet that is on the view and text does not work , It looks like the view or text puts a hidden overlay on that part of the bottomSheet and this prevents the buttons from that part from being pressed.(my english is bad sorry)
The text was updated successfully, but these errors were encountered: