registerComponent
External Documentation
void
registerComponent(
Registers a React Native component with the given name and provider.
Implementation
external static void registerComponent(
JSString appName,
JSFunction componentProvider,
);
void
registerComponent(
Registers a React Native component with the given name and provider.
external static void registerComponent(
JSString appName,
JSFunction componentProvider,
);