主题标签“#”未显示在拨号盘中 react-native(Phone 号码)

Hash Tag '#' not shown in dial pad react-native (Phone number)

Dial-pad screenshot

if (Platform.OS === 'android') {
  phoneNumber = 'tel:${*400#}';
}

用 %23 替换 # 并解决..