Skip to content

Commit 77851c6

Browse files
authored
Misc: CONTRIBUTING: Moves the Optional section above the macOS section for consistency (#4140)
Removes the optional section duplication from contributing documentation
1 parent 518e7fa commit 77851c6

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

CONTRIBUTING.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ cd samples/react-native-macos/
100100
yarn
101101
bundle install
102102
yarn pod-install-legacy
103+
yarn start
103104
```
104105

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

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

114-
### Optional
115-
116-
You can optionally start the Metro bundler if you want to control where it runs:
117-
118-
```sh
119-
yarn start --reset-cache
120-
```
121-
122-
Run the emulators:
123-
124-
```sh
125-
yarn react-native run-ios
126-
yarn react-native run-android
127-
```
128-
129115
## Develop with sentry-cocoa
130116

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

0 commit comments

Comments
 (0)