Skip to content

Commit

Permalink
Updates yarn command adding mode argument in the run the emulators se…
Browse files Browse the repository at this point in the history
…ctions
  • Loading branch information
antonis committed Oct 1, 2024
1 parent bb5fdfa commit 46eb1ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,29 +66,29 @@ For android switch `newArchEnabled` to `false` in [android/gradle.properties](ht

```sh
yarn pod-install-legacy
yarn run-ios
yarn react-native run-ios

yarn run-android
yarn react-native run-android

# Release builds
yarn pod-install-legacy-production
yarn run-ios --configuration Release
yarn react-native run-ios --mode=Release

yarn run-android --variant=release
yarn react-native run-android --mode=release
```

### Run the emulators (new-architecture):
```sh
yarn pod-install
yarn run-ios
yarn react-native run-ios

yarn run-android
yarn react-native run-android

# Release builds
yarn pod-install-production
yarn run-ios --configuration Release
yarn react-native run-ios --mode=Release

yarn run-android --variant=release
yarn react-native run-android --mode=release
```

## Develop with sentry-cocoa
Expand Down

0 comments on commit 46eb1ba

Please sign in to comment.