From c6d08cbb8bf5e1284a5c5d882dfc65513f31196d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 15 Nov 2016 06:55:06 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/integration-with-existing-apps.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {