balajisivakumar
balajisivakumar
const nativeExceptionhandler = exceptionString => { fetch('URL', { method: 'post', headers: { accept: 'application/json', 'content-type': 'application/json', "Authorization": "Basic " + btoa(" + ":x") }, body: JSON.stringify({ email: "MailID", // UserName...
7.3.1 Version Tell us which versions you are using: - react-native-ble-manager 7.3.1 - react-native "0.62.2" - Android 10 ###Expected behaviour Scanning and getDiscoveredPeripherals, have to give available nearby devices. It...
App getting crash for IL2CPP scripting backend in ARM64 android, we have changed android NDK files all stuff. still its getting crash.
I am getting error message when I am using class method . error message : **TypeError: Super expression must either be null or a function, not undefined** here is my...