We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b84b0a commit bb7e729Copy full SHA for bb7e729
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-lan-port-scanner",
3
- "version": "1.1.8",
+ "version": "1.1.9",
4
"description": "A simple port scanner for react native.",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
src/index.ts
@@ -10,7 +10,7 @@ const LINKING_ERROR =
10
'- You are not using Expo Go\n';
11
12
const LanPortScanner = NativeModules.LanPortScannerModule
13
- ? NativeModules.LanPortScanner
+ ? NativeModules.LanPortScannerModule
14
: new Proxy(
15
{},
16
0 commit comments