Skip to content

Commit b387897

Browse files
committed
Remove section in docs
1 parent b05c5a8 commit b387897

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/index.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -176,17 +176,6 @@ crash handler in your `AppDelegate.m` after the root view was created:
176176
/* ... */
177177
[RNSentry installWithRootView:rootView];
178178
179-
For Android you have to add this in the first line of ``getPackages()`` in `MainApplication.java`:
180-
181-
.. sourcecode:: java
182-
183-
/* ... */
184-
@Override
185-
protected List<ReactPackage> getPackages() {
186-
RNSentryPackage.useDeveloperSupport = this.getUseDeveloperSupport();
187-
/* ... */
188-
}
189-
190179

191180
Additional Configuration
192181
------------------------

0 commit comments

Comments
 (0)