How to use Bluetooth services using react-native for android and IOS devices? -
i trying make app interact bluetooth , used control led lights.basically first connect device , send string values color code , intensity of color.i have made similar app in android works fine. want make react-native app same both android , ios. new react community. going through https://github.com/rusel1989/react-native-bluetooth-serial repository on git hub. when run app using command react-native run-android
following error:
java.lang.unsupportedclassversionerror: com/android/build/gradle/appplugin : unsupported major.minor version
i have solved error setting java_home c:\program files\java\jdk1.8.0_144. error
execution failed task ':react-native-bluetoothserial:compilereleasejavawithjavac'.52.0
any or suggestion appreciated.thank you.
Comments
Post a Comment