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
In our app I'm using a KeyboardAccessoryView with a transparent background. It has a text input along the bottom and some floating action buttons in a column on the right. There is a large, unused, invisible portion of the view (to the left of the FABs) which I would like to be able to click through to the underlying content. My suggestion is to add pointerEvents="box-none" to the three Views here:
Hello! Thanks for the great library!
In our app I'm using a
KeyboardAccessoryView
with a transparent background. It has a text input along the bottom and some floating action buttons in a column on the right. There is a large, unused, invisible portion of the view (to the left of the FABs) which I would like to be able to click through to the underlying content. My suggestion is to addpointerEvents="box-none"
to the threeView
s here:react-native-keyboard-accessory/src/KeyboardAccessoryView.js
Lines 161 to 162 in 4f98a2b
and here:
react-native-keyboard-accessory/src/KeyboardAccessoryView.js
Line 172 in 4f98a2b
or to expose this functionality as an optional prop. For now I am using patch-package to accomplish this in our app.
The text was updated successfully, but these errors were encountered: