react-native-ble-manager
Advanced tools
Comparing version 8.4.0 to 8.4.1
{ | ||
"name": "react-native-ble-manager", | ||
"version": "8.4.0", | ||
"version": "8.4.1", | ||
"description": "A BLE module for react native.", | ||
@@ -5,0 +5,0 @@ "main": "BleManager", |
@@ -780,3 +780,3 @@ # react-native-ble-manager | ||
const data = bytesToString(value); | ||
console.log(`Recieved ${data} for characteristic ${characteristic}`); | ||
console.log(`Received ${data} for characteristic ${characteristic}`); | ||
} | ||
@@ -783,0 +783,0 @@ ); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
212828