Skip to content

Commit

Permalink
docs(crashlytics, android): fix link for NDK configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 5, 2022
1 parent 3676205 commit 230bee6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/crashlytics/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,12 @@ Because you have stack traces readily available while you're debugging your app,

## Crashlytics NDK

React Native Firebase supports [Crashlytics NDK](https://docs.fabric.io/android/crashlytics/ndk.html#using-gradle) reporting
which is enabled by default. This allows Crashlytics to capture crashes originating from the Yoga layout engine used by
React Native. You can disable Crashlytics NDK in your `firebase.json` config.
React Native Firebase supports [Crashlytics NDK](https://firebase.google.com/docs/crashlytics/ndk-reports) reporting
which is enabled by default but will require a change as described in that link to enable symbol upload.

This allows Crashlytics to capture crashes originating from the Yoga layout engine used by React Native.

You can disable Crashlytics NDK in your `firebase.json` config.

```json
// <project-root>/firebase.json
Expand Down

1 comment on commit 230bee6

@vercel
Copy link

@vercel vercel bot commented on 230bee6 Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.