-
public interface ReactApplication
-
-
Method Summary
Modifier and Type Method Description abstract ReactNativeHostgetReactNativeHost()Get the default ReactNativeHost for this app. -
-
Method Detail
-
getReactNativeHost
abstract ReactNativeHost getReactNativeHost()
Get the default ReactNativeHost for this app.
-
-
-
-