enesozturk / rn-swipeable-panel

Zero dependency swipeable bottom panel for React Native 📱
MIT License
970 stars 143 forks source link

Allow touch inside and outside? #108

Open dmontecillo opened 2 years ago

dmontecillo commented 2 years ago

Im developing an app that uses swipe panel as a view that starts from the middle across the bottom part in all of my screens. But my problem is that it won't allow click on outside buttons but if i disable allowTouchOutside and some of the input fields are not accepting any text or its unresponsive if i enable it.

Other than the above, some phones do not respond with touchable opacity in the toolbar like Back or Cancel button.

Great library btw, I hope that i can contribute soon.

Please advise?

Thanks.