Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ cd samples/react-native-macos/
yarn
bundle install
yarn pod-install-legacy
yarn start
```

You can now build and run the project from command line:
Expand All @@ -111,21 +112,6 @@ or by openning the `samples/react-native-macos/macos/sentry-react-native-sample.

_Note that the new architecture is not supported for the macOS sample at this point._

### Optional

You can optionally start the Metro bundler if you want to control where it runs:

```sh
yarn start --reset-cache
```

Run the emulators:

```sh
yarn react-native run-ios
yarn react-native run-android
```

## Develop with sentry-cocoa

Here are step on how to test your changes in `sentry-cocoa` with `sentry-react-native`. We assume you have both repositories cloned in siblings folders.
Expand Down