NativeBase
NativeBase copied to clipboard
added new fab props
The fab component only accepts the following values for its placement prop: "top-right" | "top-left" | "bottom-right" | "bottom-left". Added new props for fab component- ->”top-center” ->”bottom-center” ->”center” ->”left-center” ->”right-center”
Someone is attempting to deploy a commit to the Geekyants Team Team on Vercel.
A member of the Team first needs to authorize it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
any news on this ?
I've noticed an issue: left '50%' does not perfectly centre the FAB.
.
I've noticed an issue: left '50%' does not perfectly centre the FAB.
.
It certainly will not, from my experience on web, in addition to 50 % left, you need to transformX it to the left by 50 percent so it perfectly center it
on web yes, on other platforms the transform property doesn't exist
im not sure, but is it possible to wrap it in another component and margin from both sides ?
edit: or can use a flex wrapper and centerize the element
edit2: tried , couldnt make it work