File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 55React Native
66============
77
8- This is the documentation for our beta clients for React-Native.
8+ This is the documentation for our beta clients for React-Native. This is
9+ an early release with various different levels of support. iOS is best
10+ supported if you are also using the native extension and if not we fall
11+ back to pure JavaScript for basic support.
912
10- .. admonition :: Note
11-
12- This is an early release with various different levels of support. iOS
13- is best supported if you are also using the native extension and if not
14- we fall back to raven-js' basic react-native support.
15-
16- We would love to get your feedback!
13+ We would love to get your feedback!
1714
1815Installation
1916------------
@@ -27,6 +24,17 @@ The `link` step will pull in the native dependency. If you are using
2724expo you don't have to (or can't) run that step. In that case we fall
2825back automatically.
2926
27+ On linking you will usually be prompted for your DSN and we will configure
28+ your app automatically for react-native and change files accordingly.
29+ Upon linking the following changes will be performed:
30+
31+ * added the raven-java package for native crash reporting on android
32+ * added the sentry-swift package for native crash reporting on iOS
33+ * enabled the sentry gradle build step for android
34+ * patch `AppDelegate.m ` for iOS
35+ * patch `MainApplication.java ` for Android
36+ * configured Sentry for the supplied DSN in your `index.js ` files
37+
3038Note that we only support ``react-native >= 0.38 `` at the moment.
3139
3240iOS Specifics
You can’t perform that action at this time.
0 commit comments