Madhukanth
Madhukanth
Even after adding the css import I have the same issue
``` import DeviceBattery from 'react-native-device-battery'; ``` This is my import statement. `DeviceBattery.getBatteryLevel(`) and `DeviceBattery.isCharging()` is working. But `DeviceBattery.addListener()` is not working and showing the above error. Thank you for your...
It's ok...Please make the necessary updates... Thank you
These are my configuration and versions.Please refer it, react-native-cli: 2.0.1 react-native: 0.50.4 Android 5.1 physical device My PC is windows 8.1 32bit gradle version: 2.14.1 [battery.zip](https://github.com/robinpowered/react-native-device-battery/files/1520497/battery.zip) Thank you.
Sorry for the delay.
Thank you so much... I will look through it. Thanks again.
Sorry...It shows host key verification failed??
Sure.I will try and report. Thanks again...
This time there is no error... But in the console there is no output.. Do i need to get any permission for battery which i should include it in AndroidManifest.xml???
I have added permission too.. But still i have no output. The console doesn't shows anything. I downloaded the package from the link you gave. ``` import DeviceBattery from 'react-native-device-battery';...