如何在 react-native 中显示搜索类型 Android 键盘

How to display search type Android keyboard in react-native

我的应用程序中有一个文本输入,我将其用作搜索栏,我知道 Android 有一个 API 来显示搜索类型的键盘,我想知道如何我可以在 react-native 中使用它。

我已经看过 in the react-native text input documentation,但在 Android 中没有找到适合该类型键盘的任何内容。

有人知道我可以在文本输入中使用哪种类型的键盘来达到想要的结果吗?

您似乎在寻找 returnKeyType and keyboardType