Skip to content

ymuzikant/react-native-gateway-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-gateway-finder

Installation:

  • Run npm install react-native-gateway-finder --save
  • Run react-native link react-native--gateway-finder

Usage:

import GatewayFinder from 'react-native-gateway-finder';

GatewayFinder.getGatewayInfo(
  (gatewayInfo) => {
      console.log(gatewayInfo);
  },
  (error) => {
      console.error(error);
  });

The output of this snippet is:

{
  ssid: 'network_name',
  bssid: 'b1:5f:40:2b:54:b0',
  ip: '10.0.0.1'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published