react-native

How to get a phone's number in 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?


Solution

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