Skip to content

Commit 06c6cff

Browse files
committed
Merge branch 'master' of github.com:getsentry/react-native-sentry
2 parents 6027ab5 + 7bda1b1 commit 06c6cff

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

docs/index.rst

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
React 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

1815
Installation
1916
------------
@@ -27,6 +24,17 @@ The `link` step will pull in the native dependency. If you are using
2724
expo you don't have to (or can't) run that step. In that case we fall
2825
back 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+
3038
Note that we only support ``react-native >= 0.38`` at the moment.
3139

3240
iOS Specifics

0 commit comments

Comments
 (0)