How to center Text in ReactNative both in horizontal and vertical?
I have an example application in rnplay.org where justifyContent=\"center\" and
first add in parent view flex:1, justifyContent: 'center', alignItems: 'center'
then in text add textAlign:'center'