lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
419 stars 159 forks source link

Calling numbers that end with "#" #40

Closed peterchibunna closed 7 years ago

peterchibunna commented 7 years ago

The trailing # in a number you want to call gets removed (in the case of ussd requests)

I've tried to replace the number with %23 but it has not worked. Help!

peterchibunna commented 7 years ago

I've figured it out. I have created a PR to implement that if you wish.