React Native absolute positioning horizontal centre

后端 未结 7 856
栀梦
栀梦 2021-01-30 06:23

It seems that with position:absolute in use an element cannot be centred using justifyContent or alignItems. There\'s a workaround to use

7条回答
  •  悲&欢浪女
    2021-01-30 06:49

    Wrap the child you want centered in a View and make the View absolute.

    
      Centered text
    
    

提交回复
热议问题