我正在使用react native 0.4
我有一个modal带有TextInput,如果我想点击我需要点击两次的模态上的其中一个按钮 - 首先点击关闭键盘然后我才能点击按钮。
我希望能够点击模态上的按钮而不关闭keyborad。
答案 0 :(得分:1)
i had the same problem on my flatlist, but i found keyboardShouldPersistTaps = true fixed it, maybe modal uses a list behind the scenes and you can just add keyboardShouldPersistTaps?