Prevent the phone screen from going to sleep.
Commits
Author
Commit
Message
Date
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.
Triggers appropriate lockfile changes to
fix CI issues.
See: https://stackoverflow.com/a/74958954/14765128
Personalize the namespace a bit.
react-native-keep-awake is already taken on npm, so I need to
namespace my package to upload it separately.
Provides greater convenience for using the functionality
The example doesn't need fancy theme handling. It just needs to show things that can work.
```
npx create-react-native-library@0.52.0 react-native-keep-awake
```
Chose **Turbo Module**