React Native absolute positioning horizontal centre

后端 未结 7 774
栀梦
栀梦 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:52

    
      CENTERD TEXT
    
    

    And add this

    import {StyleSheet} from 'react-native';
    

提交回复
热议问题