react-native-progress
react-native-progress copied to clipboard
Why center not working ?
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>`

help me ?
use alignSelf: 'center',