Skip to content

Commit d3fa9ae

Browse files
committed
add login button
1 parent 8332ae0 commit d3fa9ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/Settings/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ const SettingsPageC = (props: any) => {
115115
title: 'Leave a review',
116116
onPress: () => {},
117117
},
118+
{
119+
title: 'Login',
120+
onPress: () => {},
121+
}
118122
];
119123

120124
const renderItem = ({item, index}) => {
@@ -147,7 +151,7 @@ const SettingsPageC = (props: any) => {
147151
</ViewShadow>
148152
<ViewShadow
149153
theme={props.theme}
150-
style={{height: 150, marginTop: 20, marginBottom: 20}}>
154+
style={{height: 200, marginTop: 20, marginBottom: 20}}>
151155
<List
152156
data={list2}
153157
renderItem={renderItem}

0 commit comments

Comments
 (0)