I'm using tcomb-form-native for users to input their information. By default the library allows to input, but there are some cases in my application that users can input the text filed or other fields when some conditions are met
I cannot find any ways to make it come true.
Please give me some advice
You can use onchange event of tcomb-form-native library
and in onchange you can update the fields based on the condition
};