Skip to content

Commit

Permalink
[TS migration][crashlytics] Comment change
Browse files Browse the repository at this point in the history
Co-authored-by: Viktoryia Kliushun <[email protected]>
  • Loading branch information
ruben-rebelo and VickyStash authored Feb 2, 2024
1 parent 951f93f commit b2e90af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions __mocks__/@react-native-firebase/crashlytics.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import type {FirebaseCrashlyticsTypes} from '@react-native-firebase/crashlytics';

// <App> uses <ErrorBoundary> and we need to mock the imported crashlytics module
// due to an error that happens otherwise https://github.com/invertase/react-native-firebase/issues/2475

type CrashlyticsModule = {
log: FirebaseCrashlyticsTypes.Module['log'];
recordError: FirebaseCrashlyticsTypes.Module['recordError'];
Expand Down

0 comments on commit b2e90af

Please sign in to comment.