Skip to main content

IReactPackageBuilderFabric

Kind: interface

EXPERIMENTAL

Provides ability to register custom ViewComponents when running fabric.

Methods

AddUriImageProvider

void AddUriImageProvider(IUriImageProvider provider)

Ability to load images using custom Uri protocol handlers.

AddViewComponent

void AddViewComponent(string componentName, ReactViewComponentProvider componentProvider)

Registers a custom native view component.