Problem with SnackBar when used with the FAB.Group in bottom right of the screen #3022
Unanswered
AlexMachin1997
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
So in the proccess of updating my mobile application to use notifications, for the notifications I'm using a SnackBar component from the react-native-paper library but I'm having a bit of a problem in reguards to the styling of the SnackBar.
So in the application I have an ActionButton component which uses the FAB.Group component from react-native-paper, however when it is used with the SnackBar componnet the ActionButton appears above the SnackBar as seen in the screenshot below.
Is there a way to force the SnackBar to be above every other element whilst visible ? For now I'm just hiding the ActionButton whilst the SnackBar is visible which works but isn't ideal.
Sorry if this is the wrong place to ask this question, I'm not aware of any forums for react-native-paper
Thank's,
Alex
Beta Was this translation helpful? Give feedback.
All reactions