-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "react-native-power-optimization-prompt",
"version": "0.1.6",
"description": "Show a dialog prompting the user to go to their phone's power optimization settings, depending on their device, where they can set exclude their phone from power optimization which usually stops the phone from receiving notifications when the screen is off.",
"main": "index.js",
"directories": {
"android": "android"
},
"rnpm": {
"android": {
"packageInstance": "new PowerOptimizationPromptPackage()",
"sourceDir": "./android"
}
},
"repository": {
"type": "git",
"url": "[email protected]:achigara/react-native-power-optimization-prompt.git"
},
"keywords": [
"react-native",
"react-component",
"android",
"HUAWEI",
"OPPO",
"ASUS",
"XIAOMI",
"LETV",
"VIVO",
"SAMSUNG",
"HTC",
"power",
"settings",
"optimization",
"data",
"saver",
"Protected",
"apps",
"plugin"
],
"author": "Amin Chigara",
"license": "MIT",
"bugs": {
"url": "https://github.com/achigara/react-native-power-optimization-prompt/issues"
},
"homepage": "https://github.com/achigara/react-native-power-optimization-prompt",
"peerDependencies": {
"react-native": ">=0.47"
}
}