Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

9 linhas
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>