Prevent the phone screen from going to sleep.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: release 0.2.0

+22 -1
+21
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + ## 0.2.0 (2025-07-26) 4 + 5 + * build: add personal `thehale` namespace ([49844d3](https://github.com/thehale/react-native-keep-awake/commit/49844d3)) 6 + * build: change package name to `dev.jhale.react.keepawake` ([749f894](https://github.com/thehale/react-native-keep-awake/commit/749f894)) 7 + * build: configure release tooling ([d693d68](https://github.com/thehale/react-native-keep-awake/commit/d693d68)) 8 + * build: fix typescript package alias ([3b9c0b6](https://github.com/thehale/react-native-keep-awake/commit/3b9c0b6)) 9 + * build: mark as a public package on npm ([81dfb2b](https://github.com/thehale/react-native-keep-awake/commit/81dfb2b)) 10 + * build: use Ruby 3.4.0 or later locally ([1ef7680](https://github.com/thehale/react-native-keep-awake/commit/1ef7680)) 11 + * refactor: simplify example code ([9d9eb06](https://github.com/thehale/react-native-keep-awake/commit/9d9eb06)) 12 + * docs: add compatibility and credits to README ([796df1e](https://github.com/thehale/react-native-keep-awake/commit/796df1e)) 13 + * docs: Add my standard README header ([1f5a332](https://github.com/thehale/react-native-keep-awake/commit/1f5a332)) 14 + * docs: add usage instructions to README ([666b2a0](https://github.com/thehale/react-native-keep-awake/commit/666b2a0)) 15 + * feat: add hook and component ([94946f4](https://github.com/thehale/react-native-keep-awake/commit/94946f4)) 16 + * feat: implement keep awake on Android/iOS ([d788f88](https://github.com/thehale/react-native-keep-awake/commit/d788f88)) 17 + * feat: scaffold Keep Awake API ([6966a6b](https://github.com/thehale/react-native-keep-awake/commit/6966a6b)) 18 + * fix(example): use white background ([d3f9af0](https://github.com/thehale/react-native-keep-awake/commit/d3f9af0)) 19 + * chore: Change license to MPL-2.0 ([2dac89c](https://github.com/thehale/react-native-keep-awake/commit/2dac89c)) 20 + * chore: generate lockfiles and other initial run metadata ([10a27e3](https://github.com/thehale/react-native-keep-awake/commit/10a27e3)) 21 + * chore: scaffold react-native-keep-awake ([59d472b](https://github.com/thehale/react-native-keep-awake/commit/59d472b))
+1 -1
package.json
··· 1 1 { 2 2 "name": "@thehale/react-native-keep-awake", 3 - "version": "0.1.0", 3 + "version": "0.2.0", 4 4 "description": "Prevent the phone screen from going to sleep.", 5 5 "main": "./lib/module/index.js", 6 6 "types": "./lib/typescript/src/index.d.ts",