You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
548 B

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