Uninstall

Remove the React Native SDK.

To remove the SDK, run the following commands:

Copied
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.

Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").