'Can my symbol be exactly at the middle of mu button?
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
Solution 1:[1]
- Wrapper
TouchableOpacity
- should bejustifyContent: "center"
- For
Text
need to setfontFamily
. Or setlineHeight
andjustifyContent
Solution 2:[2]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Юрий Копоть |
Solution 2 | Catalin Dehelean |