Hi,
How to Vertically center the Native Base Button inside View Compoent. I tried alignItems : 'center', but its not working.
react-native: 0.47.1
react: 16.0.0-alpha.12
native-base: 2.3.1
Center the button Vertically inside the View

this is my code snippet

I don't know about IOS, I'm currently working on Android
Thanks in advance
@Naveen-ICARUS try adding alignSelf:'center' to button style networkStyle.connectionBtn:{}
Most helpful comment
@Naveen-ICARUS try adding
alignSelf:'center'to button stylenetworkStyle.connectionBtn:{}