如何将returnKeyType设置为一个应用程序内的所有TextInput字段?
我目前正在使用tcomb-form-native并且必须为每个字段再次定义returnKeyType,我只想定义它一次并且应该在每个组件中工作。
任何想法?
答案 0 :(得分:2)
你有几个不错的选择
returnKeyType=whatever
,并将此组件用于所有文本输入。react-native-global-props
,这似乎是为了这个目的而创建的。 Here is the link to the repository for more information / instruction