We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8332ae0 commit d3fa9aeCopy full SHA for d3fa9ae
src/pages/Settings/index.tsx
@@ -115,6 +115,10 @@ const SettingsPageC = (props: any) => {
115
title: 'Leave a review',
116
onPress: () => {},
117
},
118
+ {
119
+ title: 'Login',
120
+ onPress: () => {},
121
+ }
122
];
123
124
const renderItem = ({item, index}) => {
@@ -147,7 +151,7 @@ const SettingsPageC = (props: any) => {
147
151
</ViewShadow>
148
152
<ViewShadow
149
153
theme={props.theme}
150
- style={{height: 150, marginTop: 20, marginBottom: 20}}>
154
+ style={{height: 200, marginTop: 20, marginBottom: 20}}>
155
<List
156
data={list2}
157
renderItem={renderItem}
0 commit comments