Prevent the phone screen from going to sleep.
0

Configure Feed

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

build: mark as a public package on npm

Scoped packages are private by default, so, to publish, I need to explicitly mark it as `public`

source: https://docs.npmjs.com/cli/v10/using-npm/scope#:~:text=Scoped%20packages%20are%20not%20public%20by%20default.

+2 -1
+2 -1
package.json
··· 56 56 }, 57 57 "homepage": "https://github.com/thehale/react-native-keep-awake#readme", 58 58 "publishConfig": { 59 - "registry": "https://registry.npmjs.org/" 59 + "registry": "https://registry.npmjs.org/", 60 + "access": "public" 60 61 }, 61 62 "devDependencies": { 62 63 "@commitlint/config-conventional": "^19.6.0",