-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
When I follow the README setup instructions exactly, I get this error when I run:
MainApplication.java:42: error: cannot find symbol
new LANScanReactModule()
If I do what has worked with other native modules, that is run react-native link react-native-lanscan and also add an import to MainApplication.java like so:
import com.example.reactnativelanscan.LANScanReactModule;
I get this error (in addition to the above error):
MainApplication.java:18: error: cannot find symbol
import com.example.reactnativelanscan.LANScanReactModule;
^
Thoughts?
Reactions are currently unavailable