From 7040da122062c68691692839dd0119e99b967488 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Wed, 5 Nov 2025 08:13:38 +0100 Subject: [PATCH] React Native: Remove uninstall docs --- .../platforms/react-native/troubleshooting/index.mdx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/platforms/react-native/troubleshooting/index.mdx b/docs/platforms/react-native/troubleshooting/index.mdx index 2e4f3d3b40af2..b8b5152e1166f 100644 --- a/docs/platforms/react-native/troubleshooting/index.mdx +++ b/docs/platforms/react-native/troubleshooting/index.mdx @@ -394,15 +394,3 @@ plugins { AGP 7.4+ introduced new APIs for injecting into assets that the Sentry Android Gradle Plugin uses to avoid this circular dependency. Since AGP 7.4 was released in 2023, we recommend upgrading to the latest stable version. For more information, see [GitHub issue #756](https://github.com/getsentry/sentry-android-gradle-plugin/issues/756). - -## Uninstalling the SDK - -To remove the SDK from your project, run the following commands: - -```bash -npx @sentry/wizard -i reactNative -p ios android --uninstall -yarn remove @sentry/react-native -cd ios && pod install -``` - -Once that's done, remove the `ios/sentry.properties` and `android/sentry.properties` files. Finally, remove all the code using `@sentry/react-native` from your project.