add yml file
RN APK Build / build (push) Failing after 23m47s

This commit is contained in:
2026-04-22 16:07:47 +05:30
commit 6fd0bee8a3
513 changed files with 251121 additions and 0 deletions
@@ -0,0 +1,8 @@
import * as Crashlytics from '@react-native-firebase/crashlytics';
export const logCrash = (error, context = '') => {
if (context) {
Crashlytics.setAttributes({ screen: context });
}
Crashlytics.recordError(error);
};