linebreak component move to loginHeaderView

This commit is contained in:
ue 2018-09-26 23:26:43 +03:00
parent ed38404414
commit 1eecc6b6e7
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import { View, Text, Image } from "react-native";
// Components
import { GreetingHeaderButton } from "../../buttons";
import { LineBreak } from "../../basicUIElements";
// Styles
// eslint-disable-next-line
import styles from "./loginHeaderStyles";
@ -50,6 +51,7 @@ class LoginHeaderView extends Component {
/>
</View>
</View>
<LineBreak />
</View>
);
}

View File

@ -160,7 +160,6 @@ class LoginScreen extends Component {
title="Sign in"
description="To get all the benefits using eSteem"
/>
<LineBreak />
<ScrollableTabView
style={styles.tabView}
renderTabBar={() => (