logo
On this page

Migrating to v4.2.15

In version 4.2.15, we have added a dependency library to support keeping the screen on during calls. After upgrading to the latest version, you need to add this dependency library.

If you want to upgrade to a version equal to or greater than this one, please run the following command to install the react-native-keep-awake@4.0.0 dependency.

yarn
npm
yarn add react-native-keep-awake@4.0.0
1
Copied!
npm install react-native-keep-awake@4.0.0
1
Copied!

Previous

Migrating to v4.0

Next

Migrating to v5.0

On this page

Back to top