public class ReactPreLoader
extends java.lang.Object
| 构造器和说明 |
|---|
ReactPreLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.facebook.react.ReactRootView |
getRootView(ReactInfo reactInfo)
Get
ReactRootView with corresponding ReactInfo. |
static void |
init(android.app.Activity activity,
ReactInfo reactInfo)
Pre-load
ReactRootView to local Map, you may want to
load it in previous activity. |
static void |
onDestroy(ReactInfo reactInfo)
Remove
ReactRootView from parent. |
public static com.facebook.react.ReactRootView getRootView(ReactInfo reactInfo)
ReactRootView with corresponding ReactInfo.public static void init(android.app.Activity activity,
ReactInfo reactInfo)
ReactRootView to local Map, you may want to
load it in previous activity.public static void onDestroy(ReactInfo reactInfo)
ReactRootView from parent.