I have my " " that is a little bellow the center in my button. How can he be right in the center? Here is my code: Code
CodePudding user response:
- Wrapper
TouchableOpacity
- should bejustifyContent: "center"
- For
Text
need to setfontFamily
. Or setlineHeight
andjustifyContent
CodePudding user response:
If you want to display a div or container inside of another first use display flex than justify content, align-items and make sure padding is set to 0 or to a value than you want