diff --git a/releases/next/docs/integration-with-existing-apps.html b/releases/next/docs/integration-with-existing-apps.html index 8bae09497df..9efc1d3ab3d 100644 --- a/releases/next/docs/integration-with-existing-apps.html +++ b/releases/next/docs/integration-with-existing-apps.html @@ -344,7 +344,7 @@ protected void onDestroy.onDestroy(); if (mReactInstanceManager != null) { - mReactInstanceManager.onDestroy(this); + mReactInstanceManager.onDestroy(); } }

We also need to pass back button events to React Native:

@Override public void onBackPressed() {