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
yarn add react-native-keep-awake@4.0.0
1