TextInput dataDetectorTypes as PhoneNumber Issue

时间:2018-03-05 12:59:14

标签: react-native datadetectortypes

  <TextInput
        dataDetectorTypes={'phoneNumber'}
        editable={false}
        multiline
{...this.props}
      >
        {898989898}
      </TextInput>

当我在datadetectorTypes的同一页面上使用多个TextInput时,如果是phoneNumber。当我点击任何数字时,ActionSheet将显示三个选项&#34;复制&#34;,&#34;发送消息&#34;,&#34;添加到联系人&#34;然后所有其他数字颜色在同一页面上变化。我该如何解决这个问题?

在iphone或ipad中安装Expo,然后点击下面的url

https://repl.it/@AnandNeema/PleasantBarrenTransversal

然后长按数字,然后页面上的其他颜色的颜色将会改变。

0 个答案:

没有答案