反应原生数据类型

时间:2018-01-25 06:31:21

标签: reactjs react-native types native

我们可以使用react native确定变量的数据类型(字符串,整数,布尔等)吗?

例如:

class ex {
  years: integer;
  name: string;
  remember: boolean;
}

我可以决定表单中的数据是字符串还是整数?

0 个答案:

没有答案