Skip to content

Commit 4b14c97

Browse files
authored
Add @thehale/react-native-keep-awake (#1865)
1 parent 9bc3fb7 commit 4b14c97

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

react-native-libraries.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,8 @@
15311531
"githubUrl": "https://github.com/corbt/react-native-keep-awake",
15321532
"ios": true,
15331533
"android": true,
1534-
"unmaintained": true
1534+
"unmaintained": true,
1535+
"alternatives": ["@thehale/react-native-keep-awake"]
15351536
},
15361537
{
15371538
"githubUrl": "https://github.com/lucasferreira/react-native-send-intent",
@@ -16899,5 +16900,15 @@
1689916900
"ios": true,
1690016901
"android": true,
1690116902
"newArchitecture": true
16903+
},
16904+
{
16905+
"githubUrl": "https://github.com/thehale/react-native-keep-awake",
16906+
"npmPkg": "@thehale/react-native-keep-awake",
16907+
"examples": [
16908+
"https://github.com/thehale/react-native-keep-awake/tree/main/example"
16909+
],
16910+
"ios": true,
16911+
"android": true,
16912+
"newArchitecture": true
1690216913
}
1690316914
]

0 commit comments

Comments
 (0)