搜索时如何让键盘显示搜索图标? (本机反应)

how to make the keyboard show search icon when searching ? (React-native)

我想知道在像 instagram 这样搜索底部角落的图标时,是否有可能在 react-native 中做出反应。

也可以使用TextInput原生组件 像这样:

您需要为所需的键盘添加 returnKeyType 作为 'search'