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
BTW, I don't see any <ActionButton ...> in the example you've provided. Were you asking specifically for the react-native-action-button library specifically, or just generally? If you're asking generally, StackOverflow is probably the better forum for such an inquiry.
Hello,
I am using action button on one specific screen on my app.
What I need is; when user goes to that screen, I want action button to render above tab bar.
Normal screen:
https://i.imgur.com/NA3ZUgd.png
The screen which i use action button:
https://i.imgur.com/eiQ7drK.png
As you see its stucking behind tab bar, here is my tabbar component:
I tried to give greater zIndex to Action button but did not work, how can i solve this ?
The text was updated successfully, but these errors were encountered: