-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
I'm getting this error:
RNLANScan.fetchInfo got 0 arguments, expected 1
invoke
BaseJavaModule.java:290
call
NativeModuleRegistry.java:187
call
NativeModuleRegistry.java:62
call
CatalystInstanceImpl.java:432
run
NativeRunnableDeprecated.java:-2
handleCallback
Handler.java:739
dispatchMessage
Handler.java:95
dispatchMessage
MessageQueueThreadHandler.java:31
loop
Looper.java:148
run
MessageQueueThreadImpl.java:196
run
Thread.java:818The error is here:
Line 105 in f9185b6
| RNLANScan.fetchInfo(); |
You can see that the method has one arg here:
| public void fetchInfo(boolean force) { |
Reactions are currently unavailable