diff --git a/app/views/LoginSignupView.js b/app/views/LoginSignupView.js index 0fe8361e..937596e5 100644 --- a/app/views/LoginSignupView.js +++ b/app/views/LoginSignupView.js @@ -27,7 +27,8 @@ const styles = StyleSheet.create({ paddingVertical: 30 }, safeArea: { - paddingBottom: 30 + paddingBottom: 30, + flex: 1 }, serviceButton: { borderRadius: 2, @@ -421,18 +422,22 @@ class LoginSignupView extends React.Component { render() { const { theme } = this.props; return ( - - - + + {this.renderServices()} {this.renderServicesSeparator()}