Skip to content

Commit 6224a42

Browse files
committed
Marked old react-native docs as deprecated and unlinked them
1 parent 9402557 commit 6224a42

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

docs/integrations/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,10 @@ To install a plugin just include the plugin **after** Raven has been loaded and
3838
backbone
3939
ember
4040
react
41-
react-native
4241
vue
42+
43+
44+
.. toctree::
45+
:hidden:
46+
47+
react-native

docs/integrations/react-native.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
.. _react-native-pure-js:
2-
3-
React Native
4-
============
5-
6-
React Native for Raven.js is a pure JavaScript error reporting solution.
7-
The plugin will report errors originating from React Native's JavaScript
8-
engine (e.g. programming errors like "x is undefined"), but might not
9-
catch errors that originate from the underlying operating system (iOS /
10-
Android) unless they happen to be transmitted to React Native's global
11-
error handler.
1+
Deprecated React Native
2+
=======================
3+
4+
The deprecated plugin "React Native for Raven.js" is a pure JavaScript
5+
error reporting solution. The plugin will report errors originating from
6+
React Native's JavaScript engine (e.g. programming errors like "x is
7+
undefined"), but might not catch errors that originate from the underlying
8+
operating system (iOS / Android) unless they happen to be transmitted to
9+
React Native's global error handler.
10+
11+
**Do not use this plugin for new code but instead use the new
12+
:ref:`react-native` client integration instead**.
1213

1314
.. admonition:: Note
1415

0 commit comments

Comments
 (0)