Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Open multiple phone numbers with expo linking module react native

$
0
0

I'm a bit new to react native, so I've been using expo to develop my first app. The expo linking module is really nice (how it pulls up a phone number on the bottom of the screen for iOS), but I was wondering if you can pull up multiple phone numbers, and if so, how you could do that (and if you can format it at all). For example, the user would click a button and multiple options (maybe of the format "${name}: ${phoneNumber}") would appear at the bottom of the screen so that the user could then select one to call, rather than it only pulling up one phone number. I know another option to get a similar effect would be to use Alert, and format each of the buttons, which would then pull up the single link phone number, but I feel like having multiple phone numbers listed without having to go through an alert might be a bit more pleasing for the user. Does anyone familiar with the expo packages know if it's possible to open up multiple phone numbers with the linking module, and if so, how to (if you can) format them?


Viewing all articles
Browse latest Browse all 16750

Trending Articles