Skip to content

Commit 112d793

Browse files
codlabpusherman
authored andcommitted
update js
1 parent 0fee55c commit 112d793

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NetworkInfo.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const NetworkInfo = {
1212
RNNetworkInfo.getBSSID(bssid);
1313
},
1414

15+
getBroadcast(ip) {
16+
RNNetworkInfo.getBroadcast(ip);
17+
},
18+
1519
getIPAddress(ip) {
1620
RNNetworkInfo.getIPAddress(ip);
1721
},

0 commit comments

Comments
 (0)