React Native完成键盘上方的按钮

Hid*_*ide 6 react-native

我想在键盘上方做"完成"按钮.

当我点击"完成"时,键盘将被隐藏.

在此输入图像描述

是否存在任何库或方法?

谢谢.

(我已经找到了一些库 - > https://www.npmjs.com/package/react-native-keyboard-done-button但它不起作用)

Cla*_*lad 15

对于数字和数字键盘:

似乎你不需要任何图书馆 returnKeyType='done' works with "number-pad" and "numeric" on v0.47.1

对于普通键盘,您可以看一下:

https://github.com/ardaogulcan/react-native-keyboard-accessory

https://github.com/douglasjunior/react-native-keyboard-manager

Github线程你需要看看:

https://github.com/facebook/react-native/issues/1190

https://github.com/facebook/react-native/issues/641

希望能帮助到你