我使用了本机通信。而不是空格“%20”符号。
react-native-communications软件包的文档中没有任何有用的信息
onTextPress() {
const { phone, shift } = this.props
Communications.text(phone, `Your up coming shift is on
${shift}`)
}
答案 0 :(得分:1)
根据documentation,您必须使用textWithoutEncoding()
方法而不是text()
。
来自作者:
如果要使用此方法,请注意,如果有 您的邮件正文中需要编码的任何文本 在将字符串传递给 方法。