react-native-ipify
v1.0.0
Published
Get public IP address in React Native
Downloads
40
Maintainers
Readme
react-native-ipify
Get public IP address in React Native
Using the ipify
API
Install
$ npm install --save react-native-ipify
Usage
import ipify from 'react-native-ipify';
ipify().then(ip => {
console.log(ip);
//=> '47.122.71.234'
});
API
ipify()
Returns a Promise
for the IP address.
License
MIT © Alex Hinson