Open ugrdursun opened 3 years ago
You can use offsetY
up to 30
.
https://github.com/mastermoo/react-native-action-button#actionbutton-1
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 ?