I know there is a 'View' component in React Native that acts like Android VieGroup, how ever it is more likely to work as LinearLayout - childrens are arranged in rows or columns.
I am wondering how to achieve 'FrameLayout' behavior - childrens are stacked in the layout, and each child can be assigned an unique gravity location.
For example: Put 5 childs into a component, each one of 4 childs are aligned to each corner of the layout, and the last child are aligned to center of the layout.
How to write React Native 'render' function?
That can be done using position: 'absolute' and align it top,left,right,bottom properties. Here is an working sample
Also on rnplay, https://rnplay.org/apps/n6JJHg