mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 18:50:07 +08:00
Summary: Android documentation was not updated accordingly following a native Android API surface modification which ended up renaming a couple of methods (introduced in19a1c4c229) This PR is fixing the documentation while at the same time updating the documentation in the same section adding another method which was introduced in the same commit and which needs to be called as well (please see comment in [ReactInstanceManager.java](5b871ad9d7/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java (L44)) : `It's required to pass owning activity's lifecycle events to the instance manager [...]`) Closes https://github.com/facebook/react-native/pull/8032 Differential Revision: D3424674 fbshipit-source-id: 867f98ef210d7e9402afc278fb7b8e08890de3f0