mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
[ReactNative] Fix typo in ReactInstanceManager.java
This commit is contained in:
@@ -61,7 +61,7 @@ import com.facebook.soloader.SoLoader;
|
|||||||
*
|
*
|
||||||
* The lifecycle of the instance of {@link ReactInstanceManager} should be bound to the activity
|
* The lifecycle of the instance of {@link ReactInstanceManager} should be bound to the activity
|
||||||
* that owns the {@link ReactRootView} that is used to render react application using this
|
* that owns the {@link ReactRootView} that is used to render react application using this
|
||||||
* instance manager (see {@link ReactRootView#startReactApplication}). It's required tp pass
|
* instance manager (see {@link ReactRootView#startReactApplication}). It's required to pass
|
||||||
* owning activity's lifecycle events to the instance manager (see {@link #onPause},
|
* owning activity's lifecycle events to the instance manager (see {@link #onPause},
|
||||||
* {@link #onDestroy} and {@link #onResume}).
|
* {@link #onDestroy} and {@link #onResume}).
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user