mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-08 23:19:43 +03:00
linebreak component move to loginHeaderView
This commit is contained in:
parent
ed38404414
commit
1eecc6b6e7
@ -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>
|
||||
);
|
||||
}
|
||||
|
@ -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={() => (
|
||||
|
Loading…
Reference in New Issue
Block a user