Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get a phone's number in React Native?

Tags:

react-native

With React Native, how do you get the number of the current phone?

Along the same lines, can I get the user's name?

like image 676
Some Guy Avatar asked Aug 10 '15 22:08

Some Guy


People also ask

How do I get my mobile number in react native?

You can get user's phone number (and much more), using react-native-device-info library.

How do I get my IMEI number from react native?

The International Mobile Equipment Identity (better known by its acronym IMEI) is a number, usually unique, which identifies mobile phones. It is usually printed inside the battery slot, however you can also print it on the screen by typing*#06#.


1 Answers

You cannot. This cannot be done using iOS public APIs and therefore cannot be done via React Native.

like image 57
xanadont Avatar answered Sep 28 '22 09:09

xanadont