react-native-progress icon indicating copy to clipboard operation
react-native-progress copied to clipboard

Why center not working ?

Open mertbuldur opened this issue 6 years ago • 2 comments

Hi , why alignItems: center not working my code is `<View style={{ flex:1, justifyContent:'center', alignItems: 'center', backgroundColor:'blue' }}> <Progress.Circle style={{ backgroundColor:'red'}} borderWidth={0} unfilledColor={"#DADADA"} color={"#EB344B"} showsText={true} size={120}

              textStyle={{ color:'white',fontSize: 30,textAlign:'center'}}
              progress={progressBarValue/100}
              width={200}
          />
      </View>`

Ekran Resmi 2020-02-21 15 18 22

mertbuldur avatar Feb 21 '20 12:02 mertbuldur

help me ?

mertbuldur avatar Feb 24 '20 17:02 mertbuldur

use alignSelf: 'center',

Talha-Jawed avatar Apr 06 '20 09:04 Talha-Jawed