create
  open fun createViewUnsafe(@NonNull componentName: String, reactTag: Int, @Nullable props: ReadableMap, @Nullable stateWrapper: StateWrapper, @Nullable eventEmitterWrapper: EventEmitterWrapper, isLayoutable: Boolean)
Perform view creation without any safety checks. You must ensure safety before calling this method (see existing callsites).
Parameters
component
react
props
state
event
is