Sahil saiyed
Sahil saiyed
try using Gradle version 8.10.2 in gradle-wrapper.properties > distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
Check "Logcat" logs in Android Studio after crash
This worked for me RNCallKeep.getCalls().then((calls) => { const uuid = calls[0].callUUID; RNCallKeep.reportEndCallWithUUID(uuid, 1); });
I just updated the dependency library @react-native-community/datetimepicker to version 8.5.0, and it started working.