I\'ve want to achieve the following:
The following images are what I can do right now, but that\'s NOT what I want.
Sample of code I have right now
Use elevation instead of zIndex for android devices
elevation
zIndex
elevatedElement: { zIndex: 3, // works on ios elevation: 3, // works on android }
This worked fine for me!