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
It doesn't work because you have provided open={true} which puts a touchable behind the group. The open prop is supposed to be toggled on opening the group by pressing the FAB, and then closed by pressing the touchable.
Current behaviour
When using an Appbar with actions (such as back action) and the
<Fab.Group />
included in<Portal />
, it makes it impossible to click on any actions.More widely, it makes it impossible to use Fab.Group in my application (or any application that use an AppBar (if not all))
Expected behaviour
I expect to be able to use the app bar action normally
Code sample
What have you tried
I have tried to add some
paddingTop: 56
in the parent view, but that just add a blank line and I still can't click on the back actionSnack reproduction
https://snack.expo.io/@kopax/fascinated-cashew
https://snack.expo.io/@kopax/anxious-pudding
Your Environment
The text was updated successfully, but these errors were encountered: