Skip to content

Commit 292e389

Browse files
committed
Set minimum required version to 0.38
1 parent 54f722c commit 292e389

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
*Requirements:*
1010

11-
* `react-native >= 0.41`
11+
* `react-native >= 0.38`
1212
* sentry-cli > 0.26 (`brew install getsentry/tools/sentry-cli`)
1313

1414
With this SDK, Sentry is now able to provide mixed stacktraces. This means that if a JavaScript call causes a crash in native code, you will see the last call from JavaScript before the crash. This also means that with the new SDK, native crashes are properly handled on iOS.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `link` step will pull in the native dependency. If you are using
2727
Android or expo you don't have to (or can't) run that step. In that case
2828
we fall back automatically.
2929

30-
Note that we only support ``react-native >= 0.41`` at the moment and you
30+
Note that we only support ``react-native >= 0.38`` at the moment and you
3131
will have to make sure a recent version of :ref:`sentry-cli <sentry-cli>`
3232
installed.
3333

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Sentry",
1717
"license": "MIT",
1818
"peerDependencies": {
19-
"react-native": ">=0.41.0"
19+
"react-native": ">=0.38.0"
2020
},
2121
"dependencies": {
2222
"raven-js": "3.12.1"

0 commit comments

Comments
 (0)