alexkendall / react-native-bluetooth-cross-platform

Cross-Platform Bluetooth & WiFi React Native Module. Powered by underdark http://underdark.io/.
179 stars 35 forks source link

Example Project required #21

Open sumesh1993 opened 6 years ago

sumesh1993 commented 6 years ago

@alexkendall

The readme doesn't really explain, how to use the project ? Could you please add an example project

sairamaraov commented 6 years ago

@sumesh1993 were you able to install the module successfully? if so please let me know the steps. I tried as instructed in the readme, but getting this error when I try to run my app. " :react-native-bluetooth-cross-platform:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). C:\projects\AwesomeProject\node_modules\react-native-bluetooth-cross-platform\android\src\main\java\com\rctunderdark\NetworkManagerPackage.java:25: error: method does not override or implement a method from a supertype @Override ^ 1 error :react-native-bluetooth-cross-platform:compileReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception. "

mproctor340 commented 6 years ago

@sairamaraov did you resolve this issue?> I am having the same one