create View Unsafe
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 Name
react Tag
props
state Wrapper
event Emitter Wrapper
is Layoutable