如何在native native中显示TextInput的工具提示错误

时间:2018-02-19 07:55:02

标签: validation react-native textinput

enter image description here

我想使用react native

构建一个像上面图像一样的文本输入
    <TextInput
          placeholder = "Enter Your mobile number"

2 个答案:

答案 0 :(得分:1)

您可以使用工具提示库。在验证失败时显示工具提示。

npm install react-native-tooltip --save 

OR

npm install react-native-popover-tooltip --save

答案 1 :(得分:0)

TextInput不支持这个作为道具,我建议的是我在投入大量时间后使用的解决方法。 即使Instagram应用程序没有功能, 您可以使用警告对话框或弹出窗口。

https://stackoverflow.com/a/48861880/6797088中提到的Lib是一种很好的方式来填充。