With React Native, how do you get the current phone number?
On the same lines can I get the username?
You can not. This cannot be done using the public iOS APIs and therefore cannot be done using React Native.
It looks like the react-native-sim library can do this on Android, although as @xanadont mentions, this is currently not possible on iOS.
react-native-sim