Skip to content

Files

Latest commit

00ec8ca · Jan 4, 2022

History

History
This branch is 2 commits ahead of expo/expo:master.

expo-keep-awake

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 15, 2021
Jan 4, 2022
Dec 28, 2021
Aug 14, 2021
Jan 25, 2019
Aug 31, 2019
Feb 10, 2021
Dec 28, 2021
Dec 21, 2021
Jan 25, 2019
Dec 28, 2021
Nov 17, 2021
Jan 25, 2019

expo-keep-awake

Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.

API documentation

Installation in managed Expo projects

For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.

Installation in bare React Native projects

For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.

Add the package to your npm dependencies

expo install expo-keep-awake

Configure for iOS

Run npx pod-install after installing the npm package.

Configure for Android

No additional set up necessary.

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.