Commit dcb90cc1 authored by d.arizona's avatar d.arizona

small update

parent e54765ba
......@@ -99,7 +99,7 @@ class HomePageScreen extends Component {
overlay={true}
opacity={.6}
>
{/* <View style={{}}> */}
<View style={{marginBottom: -15}}>
<View style={{zIndex: 1, flexGrow: 1, alignItems: 'center', width: '100%', elevation: this.state.opacity == 1? 10 : 0, position: 'absolute', top: 0, paddingBottom: 10, paddingHorizontal: 25, paddingTop: STATUSBAR_HEIGHT + 20, flexDirection: 'row', justifyContent: 'space-between', backgroundColor:`rgba(255, 255, 255, ${this.state.opacity})`}}>
<View style={{width: '10%'}}>
<FontAwesome onPress={() => this.setState({open: true})} name="bars" size={20} color={this.state.opacity >= .5? '#e3e3e3' : '#FFF'}/>
......@@ -195,7 +195,7 @@ class HomePageScreen extends Component {
</View>
</ScrollView>
</View>
{/* </View> */}
</View>
</MenuDrawer>
</View>
{this.state.authView && <AuthView close={() => this.setState({authView: false})}/>}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment