ReactCoreInjection
Kind: class
EXPERIMENTAL
Used to inject platform specific implementations to create react-native targets targeting non-XAML platforms.
Methods
MakeViewHost
static
IReactViewHost
MakeViewHost
(ReactNativeHost
host, ReactViewOptions
viewOptions)
Custom ReactViewInstances use this to create a host to connect to.
PostToUIBatchingQueue
static
void PostToUIBatchingQueue
(IReactContext
context, ReactDispatcherCallback
callback)
Post something to the main UI dispatcher using the batching queue
SetUIBatchCompleteCallback
static
void SetUIBatchCompleteCallback
(IReactPropertyBag
properties, UIBatchCompleteCallback
xamlRoot)
Sets the Callback to call when a UI batch is completed.