この後にテキストを動的に追加または追加する方法。ここでこれに動的テキストを追加します。 in reactネイティブ
私の機能は、私は値を変更するには3つの機能を書きたくない
@observable accountName="John";
@observable accountEmailid="[email protected]";
@observable accountPassword="john123456";
@action changeValues(text,fieldName){
this.{{fieldName}}=text;
}
ある - このような
- this.accountName,
- this.accountEmailid,
- this.accountPassword.