You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-15
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ cd samples/react-native-macos/
100
100
yarn
101
101
bundle install
102
102
yarn pod-install-legacy
103
+
yarn start
103
104
```
104
105
105
106
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.
111
112
112
113
_Note that the new architecture is not supported for the macOS sample at this point._
113
114
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
-
129
115
## Develop with sentry-cocoa
130
116
131
117
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