|
- <View>
- <View style={{ alignItems:'flex-start', margin:20}}>
- <TouchableOpacity style={{ width:100, justifyContent:'center'}} onPress={this.handleBackButtonClick} activeOpacity={1} >
- <Icon onPress={this.handleBackButtonClick} style={{color:colors.theme_fg_two, fontSize:30}} name='arrow-back' />
- </TouchableOpacity>
- <View style={{ margin:5 }} />
- <Text style={{ fontSize:25, color:colors.theme_fg_two, fontWeight:'bold'}}>Reset Password</Text>
- </View>
- </View>
|