Published
- 1 min read
center element react native
The solution for this is noted below
center element react native
Solution
var styles = StyleSheet.create({
content:{
flex:1,
flexDirection:'row',
alignItems:'center',
justifyContent:'center'
},
…
});
Try other methods by searching on the site. That is if this doesn’t work