react-native-web-battery
Version:
Provides battery information for the physical device, as well as corresponding event listeners.
36 lines • 894 B
JSON
{
"name": "react-native-web-battery",
"version": "0.0.0-alpha.1",
"description": "Provides battery information for the physical device, as well as corresponding event listeners.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://docs.expo.io/versions/latest/sdk/battery/",
"author": "Expo <support@expo.io> (https://expo.io)",
"keywords": [
"react-native-battery",
"expo-battery",
"code",
"native",
"react",
"react-native",
"react-native-web",
"expo",
"expo-web",
"official"
],
"license": "ISC",
"nativePackage": true,
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-battery"
},
"dependencies": {
"expo-battery": "*"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
}
}